diff options
author | George Hazan <george.hazan@gmail.com> | 2015-08-11 09:33:30 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-08-11 09:33:30 +0000 |
commit | 535b7c921c5fc4d3f6cc6bff4ad321805e0ab070 (patch) | |
tree | 564e311ca0d6b04755cb72c7b82ef42647529431 /protocols/MSN/src/stdafx.h | |
parent | 7196463c057555a935707304b48e0a2ab2ea3443 (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@14904 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN/src/stdafx.h')
-rw-r--r-- | protocols/MSN/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MSN/src/stdafx.h b/protocols/MSN/src/stdafx.h index 1f34366308..fb1bfcdb5d 100644 --- a/protocols/MSN/src/stdafx.h +++ b/protocols/MSN/src/stdafx.h @@ -882,7 +882,7 @@ const char msnStoreAppId[] = "Skype"; const char msnProductVer[] = "0/6.16.0.105/259/";
const char msnProtID[] = "MSNP24";
-extern HINSTANCE hInst;
+extern HINSTANCE g_hInst;
extern bool g_bTerminated;
///////////////////////////////////////////////////////////////////////////////
|