From feb4f903501a094a2c9da7ff64b9fc3ec1bb5415 Mon Sep 17 00:00:00 2001 From: Josh Dowell Date: Sat, 8 Mar 2025 19:19:40 +0000 Subject: [PATCH] Remove MFC dependency in the launcher exe (afxres.h > winres.h) --- src/launcher_main/launcher_main_mod_hl2mp.rc | 4 ++-- src/launcher_main/launcher_main_mod_tf.rc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/launcher_main/launcher_main_mod_hl2mp.rc b/src/launcher_main/launcher_main_mod_hl2mp.rc index 3ed87cf95..c6cec1344 100644 --- a/src/launcher_main/launcher_main_mod_hl2mp.rc +++ b/src/launcher_main/launcher_main_mod_hl2mp.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "winres.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS @@ -43,7 +43,7 @@ END 2 TEXTINCLUDE DISCARDABLE BEGIN - "#include ""afxres.h""\r\n" + "#include ""winres.h""\r\n" "\0" END diff --git a/src/launcher_main/launcher_main_mod_tf.rc b/src/launcher_main/launcher_main_mod_tf.rc index c9a67f641..ad8f1442e 100644 --- a/src/launcher_main/launcher_main_mod_tf.rc +++ b/src/launcher_main/launcher_main_mod_tf.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "winres.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS @@ -43,7 +43,7 @@ END 2 TEXTINCLUDE DISCARDABLE BEGIN - "#include ""afxres.h""\r\n" + "#include ""winres.h""\r\n" "\0" END