diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-20 15:21:21 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-20 15:21:21 +0000 |
commit | 0e7a654416104d0adf4c8fd25db7e3e6a48c2b1c (patch) | |
tree | 251d7cf619d4826062d915966bc6a5cb1c33dba1 /plugins/AVS/res/version.rc | |
parent | 88966b5e76b094eff9e8a655495535a3ec2385ea (diff) |
version info standartization
git-svn-id: http://svn.miranda-ng.org/main/trunk@1990 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AVS/res/version.rc')
-rw-r--r-- | plugins/AVS/res/version.rc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/AVS/res/version.rc b/plugins/AVS/res/version.rc index d741488c4f..cee33c8390 100644 --- a/plugins/AVS/res/version.rc +++ b/plugins/AVS/res/version.rc @@ -4,13 +4,8 @@ #error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
-#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
|