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/AVS | |
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/AVS')
-rw-r--r-- | plugins/AVS/main.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/AVS/main.cpp b/plugins/AVS/main.cpp index cdd1c71b85..3de7a9a30a 100644 --- a/plugins/AVS/main.cpp +++ b/plugins/AVS/main.cpp @@ -112,13 +112,8 @@ PLUGININFOEX pluginInfoEx = { "http://www.miranda-im.org",
UNICODE_AWARE,
0,
-#if defined(_UNICODE)
// {E00F1643-263C-4599-B84B-053E5C511D29}
{ 0xe00f1643, 0x263c, 0x4599, { 0xb8, 0x4b, 0x5, 0x3e, 0x5c, 0x51, 0x1d, 0x29 } }
-#else
-// {C9E01EB0-A119-42d2-B340-E8678F5FEAD8}
- { 0xc9e01eb0, 0xa119, 0x42d2, { 0xb3, 0x40, 0xe8, 0x67, 0x8f, 0x5f, 0xea, 0xd8 } }
-#endif
};
extern INT_PTR CALLBACK DlgProcOptionsAvatars(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
|