diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-10 14:00:56 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-10 14:00:56 +0000 |
commit | 2e28da56cde50d5c5d8b7d83d7f9662a204d492a (patch) | |
tree | de83319b258b7c244f503624b50b6b564ec3d5c5 /plugins/TopToolBar/src/main.cpp | |
parent | 92848575aaa3e8c6b2800464cd7b374faf83e060 (diff) |
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@3959 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/src/main.cpp')
-rw-r--r-- | plugins/TopToolBar/src/main.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/TopToolBar/src/main.cpp b/plugins/TopToolBar/src/main.cpp index 601de36408..de9d0a528c 100644 --- a/plugins/TopToolBar/src/main.cpp +++ b/plugins/TopToolBar/src/main.cpp @@ -1,6 +1,5 @@ #include "common.h"
-#include "version.h"
HINSTANCE hInst;
int hLangpack;
@@ -10,12 +9,13 @@ PLUGININFOEX pluginInfo = sizeof(PLUGININFOEX),
__PLUGIN_NAME,
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
- __PLUGIN_DESC,
- __PLUGIN_AUTHOR,
- __PLUGIN_EMAIL,
- __PLUGIN_RIGHTS,
- __PLUGIN_AUTHORWEB,
+ __DESCRIPTION,
+ __AUTHOR,
+ __AUTHOREMAIL,
+ __COPYRIGHT,
+ __AUTHORWEB,
UNICODE_AWARE,
+ // {F593C752-51D8-4D46-BA27-37577953F55C}
{0xf593c752, 0x51d8, 0x4d46, {0xba, 0x27, 0x37, 0x57, 0x79, 0x53, 0xf5, 0x5c}}
};
|