summaryrefslogtreecommitdiff
path: root/plugins/Quotes/res/Version.rc
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-08 10:47:18 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-08 10:47:18 +0000
commit69739f33352395f72de7f2f52599e04183623233 (patch)
tree2eb8cb2b386b27ed4adfb8968137156e9bfb4d2b /plugins/Quotes/res/Version.rc
parent16314dec9300e5ecb6dca45f0c216e14cce2b7fc (diff)
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@3914 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Quotes/res/Version.rc')
-rw-r--r--plugins/Quotes/res/Version.rc7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/Quotes/res/Version.rc b/plugins/Quotes/res/Version.rc
index d5721e1578..5bfbab4754 100644
--- a/plugins/Quotes/res/Version.rc
+++ b/plugins/Quotes/res/Version.rc
@@ -7,10 +7,6 @@
#include "afxres.h"
#include "..\src\version.h"
-#ifdef _WIN32
-LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-#endif //_WIN32
-
VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
PRODUCTVERSION __FILEVERSION_STRING
@@ -29,13 +25,10 @@ BEGIN
BLOCK "000004b0"
BEGIN
VALUE "FileDescription", __DESCRIPTION
- VALUE "FileVersion", __FILEVERSION_DOTS
VALUE "InternalName", __PLUGIN_NAME
VALUE "LegalCopyright", __COPYRIGHT
VALUE "OriginalFilename", __FILENAME
VALUE "ProductName", __PLUGIN_NAME
- VALUE "ProductVersion", __FILEVERSION_DOTS
- VALUE "SpecialBuild", SPECIAL_BUILD_STRING
END
END
BLOCK "VarFileInfo"