diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-10 12:42:08 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-10 12:42:08 +0000 |
commit | 102a413497df49bd2af8ee0a1770718fa0ecfcc2 (patch) | |
tree | f89a458502fb1679be3eeccc0bd0a8fbb3914a08 /plugins/TooltipNotify/res/main.rc | |
parent | cf72bb04a7650ae5e1b7011d17ce572bb06896b0 (diff) |
added precompiled header
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3956 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TooltipNotify/res/main.rc')
-rw-r--r-- | plugins/TooltipNotify/res/main.rc | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/plugins/TooltipNotify/res/main.rc b/plugins/TooltipNotify/res/main.rc index 74f0c4221b..ee7687fbeb 100644 --- a/plugins/TooltipNotify/res/main.rc +++ b/plugins/TooltipNotify/res/main.rc @@ -8,7 +8,7 @@ // Generated from the TEXTINCLUDE 2 resource.
//
#define APSTUDIO_HIDDEN_SYMBOLS
-#include "windows.h"
+#include "winres.h"
#undef APSTUDIO_HIDDEN_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@@ -36,31 +36,17 @@ END 2 TEXTINCLUDE
BEGIN
- "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
- "#include ""windows.h""\r\n"
- "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
+ "#include ""winres.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
- "#include ""version.rc2""\0"
+ "\0"
END
#endif // APSTUDIO_INVOKED
-#endif // Russian resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
//
@@ -188,7 +174,7 @@ BEGIN END
#endif // APSTUDIO_INVOKED
-#endif // English (U.S.) resources
+#endif // Russian resources
/////////////////////////////////////////////////////////////////////////////
|