diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | win32/pcsx.rc | 6 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,8 @@ +April 24, 2010 Wei Mingzhi <whistler_wmz@users.sf.net> + + * win32/pcsx.rc: Don't include afxres.h, which doesn't exist in MSVC + 2010 Express. + April 18, 2010 edgbla <edgbla@yandex.ru> * po/ru_RU.po: Updated. 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
|
