diff --git a/VisualC/SDL/Version.rc b/VisualC/SDL/Version.rc index f78e35094..078443bf9 100644 --- a/VisualC/SDL/Version.rc +++ b/VisualC/SDL/Version.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "winresrc.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS diff --git a/src/main/win32/version.rc b/src/main/win32/version.rc index 80508c2ec..5edfe3003 100644 --- a/src/main/win32/version.rc +++ b/src/main/win32/version.rc @@ -1,6 +1,5 @@ -#define APSTUDIO_READONLY_SYMBOLS -#include "afxres.h" -#undef APSTUDIO_READONLY_SYMBOLS + +#include "winresrc.h" LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US