diff --git a/win32/rsrc/snes9x.rc b/win32/rsrc/snes9x.rc index d38615ce..6162ce41 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 @@ -945,11 +946,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 2fba5351..c43a5c85 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"