diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-09 12:14:52 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-09 12:14:52 +0000 |
commit | e1814c1359bbf11a53203bb9cebbba22f87150fd (patch) | |
tree | 5a659d15333e47cd7f8ddba813aa1ab15624b57c /plugins/SimpleAR/res | |
parent | b95557a7c42cbec1406a2ac7be1ca039c2fd21e0 (diff) |
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@3937 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SimpleAR/res')
-rw-r--r-- | plugins/SimpleAR/res/Version.rc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/SimpleAR/res/Version.rc b/plugins/SimpleAR/res/Version.rc index d741488c4f..5bfbab4754 100644 --- a/plugins/SimpleAR/res/Version.rc +++ b/plugins/SimpleAR/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
|