diff options
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/pcsx.rc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/win32/pcsx.rc b/win32/pcsx.rc index fee775de..235522c7 100644 --- a/win32/pcsx.rc +++ b/win32/pcsx.rc @@ -7,7 +7,11 @@ //
// Generated from the TEXTINCLUDE 2 resource.
//
-#include "afxres.h"
+#include "windows.h"
+#include "winuser.h"
+#ifndef IDC_STATIC
+#define IDC_STATIC (-1)
+#endif
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
|
