From 95e71e726fccd15bdc5e559aba27d1521c8c7ca6 Mon Sep 17 00:00:00 2001 From: OV2 Date: Tue, 7 Aug 2012 19:17:37 +0200 Subject: [PATCH] win32: remove afxres.h references --- win32/rsrc/snes9x.rc | 8 ++------ win32/wsnes9x.h | 4 ---- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/win32/rsrc/snes9x.rc b/win32/rsrc/snes9x.rc index 2aa4637f..68b8a340 100644 --- a/win32/rsrc/snes9x.rc +++ b/win32/rsrc/snes9x.rc @@ -7,7 +7,8 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "windows.h" +#define IDC_STATIC (-1) ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS @@ -767,11 +768,6 @@ BEGIN END 2 TEXTINCLUDE -BEGIN - "#include ""afxres.h""\0" -END - -3 TEXTINCLUDE BEGIN "\r\n" "\0" diff --git a/win32/wsnes9x.h b/win32/wsnes9x.h index 0f618be0..2f62cf8b 100644 --- a/win32/wsnes9x.h +++ b/win32/wsnes9x.h @@ -198,10 +198,6 @@ #include #ifndef __BORLANDC__ -#ifndef __MINGW32__ -#include -#endif - #include #endif #include "rsrc/resource.h"