diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-03 10:43:52 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-03 10:43:52 +0000 |
commit | 15b2dce689a5eccf6864e8ab6abe0dd4206b9f37 (patch) | |
tree | f279cff855743509d72677a49bf702c321d8ccd3 /plugins/PackUpdater/Res | |
parent | c2929bfc429f1181da24784d4bc06b70bb666f41 (diff) |
removed not used headers
projects cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@3865 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PackUpdater/Res')
-rw-r--r-- | plugins/PackUpdater/Res/Version.rc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/PackUpdater/Res/Version.rc b/plugins/PackUpdater/Res/Version.rc index d741488c4f..5bfbab4754 100644 --- a/plugins/PackUpdater/Res/Version.rc +++ b/plugins/PackUpdater/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
|