summaryrefslogtreecommitdiff
path: root/plugins/AuthState/src/version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-01-03 20:23:11 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-01-03 20:23:11 +0000
commit1070c5b23c8884fae66b3ea0f865f85ed8414bed (patch)
treedba16a367a4098087181041ecf4ed5e0ad33a164 /plugins/AuthState/src/version.h
parent9eb6e7d5845ebee4c0997fc34e75a82337a8db27 (diff)
removed _EXPORTS
removed not used headers git-svn-id: http://svn.miranda-ng.org/main/trunk@2942 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AuthState/src/version.h')
-rw-r--r--plugins/AuthState/src/version.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/AuthState/src/version.h b/plugins/AuthState/src/version.h
index 5c00786988..254161210e 100644
--- a/plugins/AuthState/src/version.h
+++ b/plugins/AuthState/src/version.h
@@ -4,14 +4,8 @@
#define __BUILD_NUM 0
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
-#define __STRINGIFY_IMPL(x) #x
-#define __STRINGIFY(x) __STRINGIFY_IMPL(x)
-#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
-
-#define __PLUGIN_NAME "Authorization State"
-#define __INTERNAL_NAME "AuthState"
+#define __PLUGIN_NAME "Authorization state"
#define __FILENAME "AuthState.dll"
#define __DESCRIPTION "If contact didn't authorized you this plugin puts an icon in front of contacts name."
#define __AUTHOR "Thief, idea by snwbrdr"