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/W7UI | |
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/W7UI')
-rw-r--r-- | plugins/W7UI/main.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/W7UI/main.cpp b/plugins/W7UI/main.cpp index 3e50ca234a..31cfcc1c2e 100644 --- a/plugins/W7UI/main.cpp +++ b/plugins/W7UI/main.cpp @@ -48,13 +48,8 @@ PLUGININFOEX pluginInfo = { "http://nullbie.miranda.im",
UNICODE_AWARE,
0, // replace internal version (if any)
-#ifdef _UNICODE
// {D38EEB0B-B8EE-4177-B9E5-91EBE101E054}
{ 0xd38eeb0b, 0xb8ee, 0x4177, { 0xb9, 0xe5, 0x91, 0xeb, 0xe1, 0x1, 0xe0, 0x54 } }
-#else
- // {DEB3FAFA-6B24-4db3-AA34-9EC27B868B50}
- { 0xdeb3fafa, 0x6b24, 0x4db3, { 0xaa, 0x34, 0x9e, 0xc2, 0x7b, 0x86, 0x8b, 0x50 } }
-#endif
};
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|