diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-28 13:50:50 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-28 13:50:50 +0000 |
commit | e052320014294575690ff5310cc9898b0b3d0fb1 (patch) | |
tree | 54a8e6c4a08477d880464521b2c88c5a1c280a0b /plugins/Variables | |
parent | b1dd0f06f616b7aef3c651d43898e7f9082c3d4b (diff) |
- muuids cosmetic fixes (patch from Basil)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Variables')
-rw-r--r-- | plugins/Variables/src/main.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Variables/src/main.cpp b/plugins/Variables/src/main.cpp index 4ce441b1fe..e3abe97e8b 100644 --- a/plugins/Variables/src/main.cpp +++ b/plugins/Variables/src/main.cpp @@ -24,8 +24,6 @@ HINSTANCE hInst; DWORD g_mirandaVersion;
int hLangpack = 0;
-// {59B0036E-5403-422e-883B-C9AAF425682B}
-#define MIID_VARIABLES { 0x59b0036e, 0x5403, 0x422e, { 0x88, 0x3b, 0xc9, 0xaa, 0xf4, 0x25, 0x68, 0x2b } }
static HANDLE hExitHook, hModulesLoadedHook;
@@ -65,7 +63,7 @@ PLUGININFOEX pluginInfoEx = { "© 2003-2008 P. Boon, Ricardo Pescuma, George Hazan",
"http://miranda-ng.org/",
UNICODE_AWARE,
- MIID_VARIABLES
+ { 0x59b0036e, 0x5403, 0x422e, { 0x88, 0x3b, 0xc9, 0xaa, 0xf4, 0x25, 0x68, 0x2b } } // {59B0036E-5403-422e-883B-C9AAF425682B}
};
extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)
|