diff options
author | George Hazan <george.hazan@gmail.com> | 2012-08-03 12:46:52 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-08-03 12:46:52 +0000 |
commit | d06e75fd7b0b11aa92fa075fdf30cec05d7a01f3 (patch) | |
tree | cfd050ae904cb9484d67f0cfcdcf57dccec5063c /protocols/JabberG/jabber.h | |
parent | 158516fc55b5e38fd3d5cd67150cc85a5162f76b (diff) |
additional fix for jabber
git-svn-id: http://svn.miranda-ng.org/main/trunk@1336 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/jabber.h')
-rw-r--r-- | protocols/JabberG/jabber.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/jabber.h b/protocols/JabberG/jabber.h index 363cf2fb7d..bd21b30dc8 100644 --- a/protocols/JabberG/jabber.h +++ b/protocols/JabberG/jabber.h @@ -575,6 +575,7 @@ extern BOOL (WINAPI *JabberIsThemeActive)(); extern HRESULT (WINAPI *JabberDrawThemeParentBackground)(HWND, HDC, RECT *);
extern const TCHAR xmlnsOwner[];
+extern char szCoreVersion[];
extern int g_cbCountries;
extern struct CountryListEntry* g_countries;
|