summaryrefslogtreecommitdiff
path: root/src/mir_core/commonheaders.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-08-08 19:55:34 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-08-08 19:55:34 +0000
commit39bd74cbd4d2dbe536d003c15d17f5eefd572394 (patch)
treef5c5f388eb6a85511edfb202fdff34ec36d2938b /src/mir_core/commonheaders.h
parentb452546a225e5c527a0380516440fd6b291a9463 (diff)
fixed writing current langpack in db
git-svn-id: http://svn.miranda-ng.org/main/trunk@10130 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/mir_core/commonheaders.h')
-rw-r--r--src/mir_core/commonheaders.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mir_core/commonheaders.h b/src/mir_core/commonheaders.h
index 31745ac0a8..083ccd8e87 100644
--- a/src/mir_core/commonheaders.h
+++ b/src/mir_core/commonheaders.h
@@ -62,3 +62,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <m_ssl.h>
#include <m_xml.h>
+
+
+extern TCHAR tszDefaultLang[100];
+
+void GetDefaultLang(); \ No newline at end of file