diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-10 14:55:13 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-10 14:55:13 +0000 |
commit | 1f3f113b2ec9edcde5122b0ea9313b98d83ba55e (patch) | |
tree | 5641bbb76246abf8bbc7fc359e1c8b6683efdd40 /plugins/TranslitSwitcher/res | |
parent | 349641ecaeaff4b7d652333ebba518c760ade8e9 (diff) |
added precompiled header
git-svn-id: http://svn.miranda-ng.org/main/trunk@3961 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TranslitSwitcher/res')
-rw-r--r-- | plugins/TranslitSwitcher/res/Version.rc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/TranslitSwitcher/res/Version.rc b/plugins/TranslitSwitcher/res/Version.rc index 472bfbfe38..5bfbab4754 100644 --- a/plugins/TranslitSwitcher/res/Version.rc +++ b/plugins/TranslitSwitcher/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
@@ -39,4 +35,4 @@ BEGIN BEGIN
VALUE "Translation", 0x0, 1200
END
-END
\ No newline at end of file +END
|