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/ZeroNotification/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/ZeroNotification/version.h')
-rw-r--r-- | plugins/ZeroNotification/version.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/plugins/ZeroNotification/version.h b/plugins/ZeroNotification/version.h index 729522483f..0c06f4da3b 100644 --- a/plugins/ZeroNotification/version.h +++ b/plugins/ZeroNotification/version.h @@ -15,10 +15,5 @@ #define AUTHOR "bidyut (<0.0.0.5), Maat"
#define COPYRIGHT "© 2005 bidyut, © 2009 Maat"
-#if defined(_UNICODE)
- // {47D489D3-310D-4ef6-BD05-699FFFD5A4AA}
- #define UID { 0x47d489d3, 0x310d, 0x4ef6, { 0xbd, 0x5, 0x69, 0x9f, 0xff, 0xd5, 0xa4, 0xaa } }
-#else
- // {C92FA511-EACE-4add-99B1-FDB7AA150E14}
- #define UID { 0xc92fa511, 0xeace, 0x4add, { 0x99, 0xb1, 0xfd, 0xb7, 0xaa, 0x15, 0xe, 0x14 } }
-#endif
+// {47D489D3-310D-4ef6-BD05-699FFFD5A4AA}
+#define UID { 0x47d489d3, 0x310d, 0x4ef6, { 0xbd, 0x5, 0x69, 0x9f, 0xff, 0xd5, 0xa4, 0xaa } }
|