diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-20 15:20:00 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-20 15:20:00 +0000 |
commit | 88966b5e76b094eff9e8a655495535a3ec2385ea (patch) | |
tree | f371b6e6fa1314e94fde7f0fdd76276de3dd6917 /plugins/AuthState/src | |
parent | e84b4a12fbf62b7867959d5dfd58250cd9181330 (diff) |
version info standartization
git-svn-id: http://svn.miranda-ng.org/main/trunk@1989 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AuthState/src')
-rw-r--r-- | plugins/AuthState/src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/AuthState/src/main.cpp b/plugins/AuthState/src/main.cpp index 6e8bcdb99a..1816375e16 100644 --- a/plugins/AuthState/src/main.cpp +++ b/plugins/AuthState/src/main.cpp @@ -47,7 +47,7 @@ icon_grant, icon_both
};
-PLUGININFOEX pluginInfo={
+PLUGININFOEX pluginInfo = {
sizeof(PLUGININFOEX),
__PLUGIN_NAME,
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
@@ -56,9 +56,9 @@ PLUGININFOEX pluginInfo={ __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
- UNICODE_AWARE, //doesn't replace anything built-in
+ UNICODE_AWARE,
+ // {DACE7D41-DFA9-4772-89AE-A59A6153E6B2}
{0xdace7d41, 0xdfa9, 0x4772, {0x89, 0xae, 0xa5, 0x9a, 0x61, 0x53, 0xe6, 0xb2}}
-/* DACE7D41-DFA9-4772-89AE-A59A6153E6B2 */
};
extern "C" BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason,LPVOID lpvReserved)
|