diff options
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
/////////////////////////////////////////////////////////////////////////////
|