summaryrefslogtreecommitdiff
path: root/plugins/StartPosition/src/Version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-09 19:31:16 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-09 19:31:16 +0000
commit9cc6c4eb999274cf85330b182c4c56bc6149b894 (patch)
treefbaa64cc06046286e57aa2b9a7f8bec01b5dc8e4 /plugins/StartPosition/src/Version.h
parent4fb814b906f54b18bcfa56654f019ed1ef36b98e (diff)
added precompiled header
git-svn-id: http://svn.miranda-ng.org/main/trunk@3947 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StartPosition/src/Version.h')
-rw-r--r--plugins/StartPosition/src/Version.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/StartPosition/src/Version.h b/plugins/StartPosition/src/Version.h
index 60969e74e7..d29ab57826 100644
--- a/plugins/StartPosition/src/Version.h
+++ b/plugins/StartPosition/src/Version.h
@@ -4,14 +4,8 @@
#define __BUILD_NUM 3
#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 "Start Position"
-#define __INTERNAL_NAME "StartPosition"
+#define __PLUGIN_NAME "Start position"
#define __FILENAME "StartPosition.dll"
#define __DESCRIPTION "Plugin supports starting position of Contact List relative to the the taskbar and screen side."
#define __AUTHOR "Felipe Brahm - souFrag"