diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-01 20:51:12 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-01 20:51:12 +0300 |
commit | 40203d30ad1a569cfea61442782393b200e9fbe3 (patch) | |
tree | 31b453500e6cc6c5bd5a7143f80ac941af5e7f71 /protocols/WhatsApp/src/stdafx.h | |
parent | 06fc3d811d71a44b92d45e1263e5fb0099a7304e (diff) |
warning fix
Diffstat (limited to 'protocols/WhatsApp/src/stdafx.h')
-rw-r--r-- | protocols/WhatsApp/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/stdafx.h b/protocols/WhatsApp/src/stdafx.h index e10a495874..6fd6adbc8b 100644 --- a/protocols/WhatsApp/src/stdafx.h +++ b/protocols/WhatsApp/src/stdafx.h @@ -88,3 +88,4 @@ Copyright © 2013-14 Uli Hecht extern HINSTANCE g_hInstance;
extern std::string g_strUserAgent;
extern DWORD g_mirandaVersion;
+extern HANDLE g_hNetlibUser;
|