From 95d682a60f452967e225957268ebfc4726db747e Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 4 Mar 2018 18:40:37 +0100 Subject: Windows: remove dependency to afxres.h header to allow build on community edition of Visual Studio. --- src/Setup/Portable.rc | 2 +- src/Setup/Setup.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Setup') diff --git a/src/Setup/Portable.rc b/src/Setup/Portable.rc index 2241f07c..b5574d30 100644 --- a/src/Setup/Portable.rc +++ b/src/Setup/Portable.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "winres.h" #include "..\\common\\resource.h" ///////////////////////////////////////////////////////////////////////////// diff --git a/src/Setup/Setup.rc b/src/Setup/Setup.rc index e9f4c409..c1720e8b 100644 --- a/src/Setup/Setup.rc +++ b/src/Setup/Setup.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "winres.h" #include "..\\common\\resource.h" ///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3