diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-09-27 08:54:13 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-09-27 08:54:13 +0000 |
commit | ff29f186b04d8bbddef31411e1d6dee4b48474ab (patch) | |
tree | a41aec1e42fd819ca4898528c26526a931cceff5 /protocols/Skype/src/skype.h | |
parent | 4a57667c0372692f38be7457a1d11346af5e17c1 (diff) |
added few code
git-svn-id: http://svn.miranda-ng.org/main/trunk@1678 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype.h')
-rw-r--r-- | protocols/Skype/src/skype.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype.h b/protocols/Skype/src/skype.h index 8fd0390354..e71506b49b 100644 --- a/protocols/Skype/src/skype.h +++ b/protocols/Skype/src/skype.h @@ -42,6 +42,8 @@ #include "resource.h"
#include "version.h"
+#define MODULE "Skype"
+
extern HINSTANCE g_hInstance;
// skype
|