diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-29 08:32:31 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-29 08:32:31 +0000 |
commit | 73e40c0b5ceedc93c111530c71bc5dc798390bcb (patch) | |
tree | 997acb691537e18591a7da13f1045be4aca69233 /plugins/Console/src/init.cpp | |
parent | 9e9d4543d3558a5c611a6fd1c375540c1088df16 (diff) |
- muuid standardization (patch from Basil)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3332 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Console/src/init.cpp')
-rw-r--r-- | plugins/Console/src/init.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Console/src/init.cpp b/plugins/Console/src/init.cpp index 593b7790f3..179f1990d3 100644 --- a/plugins/Console/src/init.cpp +++ b/plugins/Console/src/init.cpp @@ -37,7 +37,8 @@ PLUGININFOEX pluginInfoEx={ __PLUGIN_RIGHTS,
__PLUGIN_URL,
UNICODE_AWARE,
- MIID_CONSOLE
+ { 0x23d4f302, 0xd513, 0x45b7, { 0x90, 0x27, 0x44, 0x5f, 0x29, 0x55, 0x73, 0x11 }} // {23D4F302-D513-45b7-9027-445F29557311}
+
};
BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason,LPVOID lpvReserved)
|