From e49f7274e01028a839a50af64af4bb8d46311218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Fri, 8 Jun 2012 12:02:24 +0000 Subject: Guids cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@358 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Gender/main.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/Gender') 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) -- cgit v1.2.3