diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-09 19:25:58 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-09 19:25:58 +0000 |
commit | 4fb814b906f54b18bcfa56654f019ed1ef36b98e (patch) | |
tree | b536248b6372940decde6d6395b148b56da3b244 /plugins/SplashScreen/res/version.rc | |
parent | ac2acb9980932ed028b8a31d2add76a4b2b9b56b (diff) |
added precompiled header
git-svn-id: http://svn.miranda-ng.org/main/trunk@3946 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SplashScreen/res/version.rc')
-rw-r--r-- | plugins/SplashScreen/res/version.rc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/SplashScreen/res/version.rc b/plugins/SplashScreen/res/version.rc index d741488c4f..5bfbab4754 100644 --- a/plugins/SplashScreen/res/version.rc +++ b/plugins/SplashScreen/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
|