diff options
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;
|