From 4fb814b906f54b18bcfa56654f019ed1ef36b98e Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 9 Mar 2013 19:25:58 +0000 Subject: added precompiled header git-svn-id: http://svn.miranda-ng.org/main/trunk@3946 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SplashScreen/res/splash.rc | 11 ++++++----- plugins/SplashScreen/res/version.rc | 4 ---- 2 files changed, 6 insertions(+), 9 deletions(-) (limited to 'plugins/SplashScreen/res') diff --git a/plugins/SplashScreen/res/splash.rc b/plugins/SplashScreen/res/splash.rc index 933d72393a..e14c3da3f3 100644 --- a/plugins/SplashScreen/res/splash.rc +++ b/plugins/SplashScreen/res/splash.rc @@ -18,7 +18,7 @@ // #ifdef APSTUDIO_INVOKED -GUIDELINES DESIGNINFO MOVEABLE PURE +GUIDELINES DESIGNINFO BEGIN IDD_SPLASH_OPT, DIALOG BEGIN @@ -101,14 +101,15 @@ BEGIN "..\\src\\resource.h\0" END -3 TEXTINCLUDE +2 TEXTINCLUDE BEGIN - "\r\n" + "#include ""afxres.h""\r\n" + "\0" END -2 TEXTINCLUDE +3 TEXTINCLUDE BEGIN - "#include ""afxres.h""\r\n" + "\0" END #endif // APSTUDIO_INVOKED 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 -- cgit v1.2.3