From efe67ad3fdd2f9c0f6c1947e94548bdc34a8537f Mon Sep 17 00:00:00 2001 From: jp9000 Date: Mon, 12 Mar 2018 20:57:47 -0700 Subject: [PATCH] UI/updater: Fix resource compiling bug The afxres.h header file typically requires MFC to be installed, but winres.h should be sufficient instead. --- UI/win-update/updater/updater.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/win-update/updater/updater.rc b/UI/win-update/updater/updater.rc index c099f5c0b..a9e9d25b2 100644 --- a/UI/win-update/updater/updater.rc +++ b/UI/win-update/updater/updater.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "winres.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS -- GitLab