diff options
Diffstat (limited to 'plugins/Console/src/init.cpp')
-rw-r--r-- | plugins/Console/src/init.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/Console/src/init.cpp b/plugins/Console/src/init.cpp index 5dc110e778..4a31091bd2 100644 --- a/plugins/Console/src/init.cpp +++ b/plugins/Console/src/init.cpp @@ -30,14 +30,14 @@ HINSTANCE hInst; PLUGININFOEX pluginInfoEx={
sizeof(PLUGININFOEX),
__PLUGIN_NAME,
- __VERSION_DWORD,
- __PLUGIN_LONGDESC,
- __PLUGIN_AUTHOR,
- __PLUGIN_EMAIL,
- __PLUGIN_RIGHTS,
- __PLUGIN_URL,
+ PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
+ __DESCRIPTION,
+ __AUTHOR,
+ __AUTHOREMAIL,
+ __COPYRIGHT,
+ __AUTHORWEB,
UNICODE_AWARE,
- // {23D4F302-D513-45b7-9027-445F29557311}
+ // {23D4F302-D513-45B7-9027-445F29557311}
{0x23d4f302, 0xd513, 0x45b7, {0x90, 0x27, 0x44, 0x5f, 0x29, 0x55, 0x73, 0x11}}
};
|