diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-30 22:53:24 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-30 22:53:24 +0000 |
commit | bb3a9a32fda97426bf7f05b04724d894eb4399c7 (patch) | |
tree | 4591c0d10d429b380d542d733f3bae3df34a2966 /protocols/JabberG/src/stdafx.h | |
parent | 27116b65cabb181630170eea15a987dc9395fd85 (diff) |
patch for the embedded images processing
git-svn-id: http://svn.miranda-ng.org/main/trunk@13920 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rw-r--r-- | protocols/JabberG/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index ee466f79df..fc6eb5c31d 100644 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -590,6 +590,7 @@ extern HANDLE hExtraActivity; extern TCHAR szCoreVersion[];
+extern unsigned int g_nTempFileId;
extern int g_cbCountries;
extern struct CountryListEntry* g_countries;
|