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/Common/Common.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/Common.rc') diff --git a/src/Common/Common.rc b/src/Common/Common.rc index c5c9614f..af93b8d8 100644 --- a/src/Common/Common.rc +++ b/src/Common/Common.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "winres.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS -- cgit v1.2.3