diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-06-08 12:02:24 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-06-08 12:02:24 +0000 |
commit | e49f7274e01028a839a50af64af4bb8d46311218 (patch) | |
tree | 3d46320a3b65cbd676bf84d3e1f5a1c453a3a3e2 /plugins/MenuItemEx/version.h | |
parent | caa5108b721fa2aeaa22b10b741fe78d669819a1 (diff) |
Guids cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@358 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MenuItemEx/version.h')
-rw-r--r-- | plugins/MenuItemEx/version.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/MenuItemEx/version.h b/plugins/MenuItemEx/version.h index b2860e5ad4..07b9cf78ef 100644 --- a/plugins/MenuItemEx/version.h +++ b/plugins/MenuItemEx/version.h @@ -23,10 +23,5 @@ #define __EMAIL "micron@nexgo.de, baloo@bk.ru, tatarinov.sergey@gmail.com, robyer@seznam.cz"
#define __COPYRIGHTS "© 2001-03 Heiko Schillinger, © 2006-08 Baloo, © 2009-10 Billy_Bons, © 2011-12 Robert Posel"
-#ifdef _UNICODE
// {b1902a52-9114-4d7e-ac2e-b3a52e01d574}
#define MIID_MENUEX {0xb1902a52, 0x9114, 0x4d7e, { 0xac, 0x2e, 0xb3, 0xa5, 0x2e, 0x01, 0xd5, 0x74 }}
-#else
-// {0C9B8DDC-4894-4b28-ADF2-FAC071BBBD53}
-#define MIID_MENUEX {0xc9b8ddc, 0x4894, 0x4b28, { 0xad, 0xf2, 0xfa, 0xc0, 0x71, 0xbb, 0xbd, 0x53 }}
-#endif
|