From d0c7798e08cdae1785d325ea583d113807d61c43 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 13 Feb 2015 12:09:02 -0500 Subject: [PATCH] removed unnecessary MFC dependencies from RCs --- Source/Glide64/Glide64.rc | 12 +++++++----- Source/Project64/User Interface/UI Resources.rc | 12 +++++++----- Source/RSP/RSP.rc | 12 +++++++----- 3 files changed, 21 insertions(+), 15 deletions(-) diff --git a/Source/Glide64/Glide64.rc b/Source/Glide64/Glide64.rc index e3ba6a777..f86976a7d 100644 --- a/Source/Glide64/Glide64.rc +++ b/Source/Glide64/Glide64.rc @@ -3,11 +3,13 @@ #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "afxres.h" + +#include "WinResrc.h" + +#ifdef IDC_STATIC +#undef IDC_STATIC +#endif +#define IDC_STATIC (-1) ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS diff --git a/Source/Project64/User Interface/UI Resources.rc b/Source/Project64/User Interface/UI Resources.rc index 21561ee05..505a6a735 100644 --- a/Source/Project64/User Interface/UI Resources.rc +++ b/Source/Project64/User Interface/UI Resources.rc @@ -3,11 +3,13 @@ #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "afxres.h" + +#include "WinResrc.h" + +#ifdef IDC_STATIC +#undef IDC_STATIC +#endif +#define IDC_STATIC (-1) ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS diff --git a/Source/RSP/RSP.rc b/Source/RSP/RSP.rc index c014e47de..c6ecbc2b0 100644 --- a/Source/RSP/RSP.rc +++ b/Source/RSP/RSP.rc @@ -3,11 +3,13 @@ #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "afxres.h" + +#include "WinResrc.h" + +#ifdef IDC_STATIC +#undef IDC_STATIC +#endif +#define IDC_STATIC (-1) ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS