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/splash.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/splash.rc')
-rw-r--r-- | plugins/SplashScreen/res/splash.rc | 11 |
1 files changed, 6 insertions, 5 deletions
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
|