diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-28 13:50:50 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-28 13:50:50 +0000 |
commit | e052320014294575690ff5310cc9898b0b3d0fb1 (patch) | |
tree | 54a8e6c4a08477d880464521b2c88c5a1c280a0b /plugins/MirOTR | |
parent | b1dd0f06f616b7aef3c651d43898e7f9082c3d4b (diff) |
- muuids cosmetic fixes (patch from Basil)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR')
-rw-r--r-- | plugins/MirOTR/MirOTR/src/dllmain.cpp | 2 | ||||
-rw-r--r-- | plugins/MirOTR/MirOTR/src/stdafx.h | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/plugins/MirOTR/MirOTR/src/dllmain.cpp b/plugins/MirOTR/MirOTR/src/dllmain.cpp index ebba7331d7..ebee2b09b2 100644 --- a/plugins/MirOTR/MirOTR/src/dllmain.cpp +++ b/plugins/MirOTR/MirOTR/src/dllmain.cpp @@ -22,7 +22,7 @@ PLUGININFOEX pluginInfo={ LEGAL_COPYRIGHT_LONG,
HOMEPAGE,
UNICODE_AWARE,
- MIID_OTRPLUGIN // ANSI and Unicode have different IDs
+ { 0x12d8faad, 0x78ab, 0x4e3c, { 0x98, 0x54, 0x32, 0xe, 0x9e, 0xa5, 0xcc, 0x9f } } // {12D8FAAD-78AB-4e3c-9854-320E9EA5CC9F}
};
BOOL APIENTRY DllMain( HMODULE hModule,
diff --git a/plugins/MirOTR/MirOTR/src/stdafx.h b/plugins/MirOTR/MirOTR/src/stdafx.h index ec471e83bd..ca30afadf0 100644 --- a/plugins/MirOTR/MirOTR/src/stdafx.h +++ b/plugins/MirOTR/MirOTR/src/stdafx.h @@ -74,8 +74,7 @@ extern "C" { // modified manual policy - so that users set to 'opportunistic' will automatically start OTR with users set to 'manual'
#define OTRL_POLICY_MANUAL_MOD (OTRL_POLICY_MANUAL | OTRL_POLICY_WHITESPACE_START_AKE | OTRL_POLICY_ERROR_START_AKE)
-// {12D8FAAD-78AB-4e3c-9854-320E9EA5CC9F}
-static const MUUID MIID_OTRPLUGIN = { 0x12d8faad, 0x78ab, 0x4e3c, { 0x98, 0x54, 0x32, 0xe, 0x9e, 0xa5, 0xcc, 0x9f } };
+
#define MODULENAME "MirOTR"
|