diff options
author | George Hazan <george.hazan@gmail.com> | 2012-08-14 14:55:43 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-08-14 14:55:43 +0000 |
commit | 88fdd523bdf7cd891dbbac4b1ae7fb2ff597cea3 (patch) | |
tree | 9401068579f21f8336e56189de0e3065c2789ff6 /protocols/JabberG/jabber.h | |
parent | f4a0cae037bc54f6e14aee7366ee9c635ac7df81 (diff) |
MS_SYSTEM_GETFILEVERSION added
git-svn-id: http://svn.miranda-ng.org/main/trunk@1454 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/jabber.h')
-rw-r--r-- | protocols/JabberG/jabber.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/jabber.h b/protocols/JabberG/jabber.h index 5620c17696..f9ffdda8a6 100644 --- a/protocols/JabberG/jabber.h +++ b/protocols/JabberG/jabber.h @@ -576,7 +576,7 @@ extern BOOL (WINAPI *JabberIsThemeActive)(); extern HRESULT (WINAPI *JabberDrawThemeParentBackground)(HWND, HDC, RECT *);
extern const TCHAR xmlnsOwner[];
-extern char szCoreVersion[];
+extern TCHAR szCoreVersion[];
extern int g_cbCountries;
extern struct CountryListEntry* g_countries;
|