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 | |
| 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')
| -rw-r--r-- | plugins/Console/src/init.cpp | 3 | ||||
| -rw-r--r-- | plugins/Console/src/version.h | 1 | 
2 files changed, 2 insertions, 2 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)
 diff --git a/plugins/Console/src/version.h b/plugins/Console/src/version.h index ef78958def..7cde649cc9 100644 --- a/plugins/Console/src/version.h +++ b/plugins/Console/src/version.h @@ -35,7 +35,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  #define __PLUGIN_FILE        "Console.dll"
  #define __PLUGIN_SHORTNAME   "Console"
 -#define MIID_CONSOLE { 0x23d4f302, 0xd513, 0x45b7, { 0x90, 0x27, 0x44, 0x5f, 0x29, 0x55, 0x73, 0x11 }} // {23D4F302-D513-45b7-9027-445F29557311}
  #define __PLUGIN_NAME __PLUGIN_SHORTNAME
  #define __PLUGIN_URL "http://miranda-ng.org/"
 | 
