From 33cda383299f3b3f33d44feb3846b5325b720a05 Mon Sep 17 00:00:00 2001 From: Kevin Mackay Date: Sat, 6 Jun 2020 18:30:55 +0100 Subject: [PATCH] Replace afxres.h with windows.h in resource files for building without MFC --- REDALERT/RESOURCE/RedAlert.rc | 2 +- TIBERIANDAWN/RESOURCE/TiberianDawn.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/REDALERT/RESOURCE/RedAlert.rc b/REDALERT/RESOURCE/RedAlert.rc index 1caeb6b..73038bd 100644 --- a/REDALERT/RESOURCE/RedAlert.rc +++ b/REDALERT/RESOURCE/RedAlert.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS diff --git a/TIBERIANDAWN/RESOURCE/TiberianDawn.rc b/TIBERIANDAWN/RESOURCE/TiberianDawn.rc index 0082a2f..6c93965 100644 --- a/TIBERIANDAWN/RESOURCE/TiberianDawn.rc +++ b/TIBERIANDAWN/RESOURCE/TiberianDawn.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS