summaryrefslogtreecommitdiff
path: root/plugins/Gender
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 /plugins/Gender
parentcaa5108b721fa2aeaa22b10b741fe78d669819a1 (diff)
Guids cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@358 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Gender')
-rw-r--r--plugins/Gender/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Gender/main.cpp b/plugins/Gender/main.cpp
index b764902812..2b4ad0f750 100644
--- a/plugins/Gender/main.cpp
+++ b/plugins/Gender/main.cpp
@@ -64,11 +64,7 @@ sizeof(PLUGININFOEX),
"http://thief.miranda.im/",
UNICODE_AWARE,
0, //doesn't replace anything built-in
-#ifdef WIN64
- { 0x3a99592e, 0x20d5, 0x4b72, { 0xa5, 0x96, 0xe6, 0x7d, 0xd7, 0x13, 0xde, 0xfb } } // {3A99592E-20D5-4B72-A596-E67DD713DEFB}
-#else
{0xfb1c17e0, 0x77fc, 0x45a7, {0x9c, 0x8b, 0xe2, 0xbe, 0xf4, 0xf5, 0x6b, 0x28}} /* FB1C17E0-77FC-45A7-9C8B-E2BEF4F56B28 */
-#endif
};
extern "C" BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason,LPVOID lpvReserved)