diff options
Diffstat (limited to 'plugins/SecureIM/src/commonheaders.cpp')
-rw-r--r-- | plugins/SecureIM/src/commonheaders.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/SecureIM/src/commonheaders.cpp b/plugins/SecureIM/src/commonheaders.cpp index 7567ec2522..fa384b3492 100644 --- a/plugins/SecureIM/src/commonheaders.cpp +++ b/plugins/SecureIM/src/commonheaders.cpp @@ -34,8 +34,9 @@ PLUGININFOEX pluginInfoEx = { "Johell@ifrance.com, baloo@bk.ru",
"© 2003 Johell, © 2005-09 Baloo",
"http://miranda-ng.org/",
- 0,
- MIID_SECUREIM
+ UNICODE_AWARE,
+ //1B2A39E5-E2F6-494D-958D-1808FD110DD5
+ {0x1B2A39E5, 0xE2F6, 0x494D, {0x95, 0x8D, 0x18, 0x08, 0xFD, 0x11, 0x0D, 0xD5}}
};
LPSTR myDBGetString(HANDLE hContact,const char *szModule,const char *szSetting)
|