summaryrefslogtreecommitdiff
path: root/protocols/AimOscar/aim.cpp
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2012-06-08 12:02:24 +0000
committerRobert Pösel <robyer@seznam.cz>2012-06-08 12:02:24 +0000
commite49f7274e01028a839a50af64af4bb8d46311218 (patch)
tree3d46320a3b65cbd676bf84d3e1f5a1c453a3a3e2 /protocols/AimOscar/aim.cpp
parentcaa5108b721fa2aeaa22b10b741fe78d669819a1 (diff)
Guids cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@358 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/aim.cpp')
-rw-r--r--protocols/AimOscar/aim.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/AimOscar/aim.cpp b/protocols/AimOscar/aim.cpp
index 42b1b83e96..e59bdbf395 100644
--- a/protocols/AimOscar/aim.cpp
+++ b/protocols/AimOscar/aim.cpp
@@ -66,11 +66,7 @@ static const PLUGININFOEX pluginInfo =
"http://www.miranda-im.org",
UNICODE_AWARE, //not transient
0, //doesn't replace anything built-in
- #if defined( _UNICODE )
{0x3750a5a3, 0xbf0d, 0x490e, {0xb6, 0x5d, 0x41, 0xac, 0x4d, 0x29, 0xae, 0xb3}} // {3750A5A3-BF0D-490e-B65D-41AC4D29AEB3}
- #else
- {0x591af304, 0xcf40, 0x47ad, {0x8c, 0xed, 0x58, 0xcd, 0x89, 0x8b, 0x1e, 0x69}} // {591AF304-CF40-47ad-8CED-58CD898B1E69}
- #endif
};
extern "C" __declspec(dllexport) const PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)