diff options
Diffstat (limited to 'protocols/MSN/msn.cpp')
-rw-r--r-- | protocols/MSN/msn.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/MSN/msn.cpp b/protocols/MSN/msn.cpp index 7b70c396a4..4554de8538 100644 --- a/protocols/MSN/msn.cpp +++ b/protocols/MSN/msn.cpp @@ -59,11 +59,7 @@ static const PLUGININFOEX pluginInfo = "http://miranda-im.org",
UNICODE_AWARE,
0,
- #if defined(_UNICODE)
{0x97724af9, 0xf3fb, 0x47d3, {0xa3, 0xbf, 0xea, 0xa9, 0x35, 0xc7, 0x4e, 0x6d}} // {97724AF9-F3FB-47d3-A3BF-EAA935C74E6D}
- #else
- {0x0f0eddc9, 0xa46a, 0x40de, {0xbe, 0x7a, 0xe5, 0xaa, 0xb9, 0xb6, 0x14, 0x59}} // {0F0EDDC9-A46A-40de-BE7A-E5AAB9B61459}
- #endif
};
int MSN_GCEventHook(WPARAM wParam, LPARAM lParam);
|