From 2ec5cfcac68db32add97924d03e2d87f2798f2c0 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 23 Jul 2007 18:46:09 +0000 Subject: [PATCH] Switched afxres.h to winresrc.h --- VisualC/SDL/Version.rc | 2 +- src/main/win32/version.rc | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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