diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-03 11:25:35 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-03 11:25:35 +0000 |
commit | 22f041cb647f9c765004d3295d5a57a7220f55f0 (patch) | |
tree | e1051d19ee3d4cd334088a6bbd3657f9d212618f /plugins/PasteIt/res/PasteIt.rc | |
parent | 7b282524fe2768851dd857223a7ff243d160362a (diff) |
removed not used headers
projects cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@3868 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PasteIt/res/PasteIt.rc')
-rw-r--r-- | plugins/PasteIt/res/PasteIt.rc | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/plugins/PasteIt/res/PasteIt.rc b/plugins/PasteIt/res/PasteIt.rc index 69ec37137e..622f257799 100644 --- a/plugins/PasteIt/res/PasteIt.rc +++ b/plugins/PasteIt/res/PasteIt.rc @@ -5,13 +5,11 @@ //
// Generated from the TEXTINCLUDE 2 resource.
//
-//#include "afxres.h"
+#include "afxres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
-#include <winres.h>
-#include <windows.h>
/////////////////////////////////////////////////////////////////////////////
// Neutral resources
@@ -135,6 +133,33 @@ END // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_MENU ICON "Paste.ico"
+
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "..\\src\\resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""afxres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+
#endif // Neutral resources
/////////////////////////////////////////////////////////////////////////////
|