From c368734a5c88b4606cb3a28ba6991e0d76232416 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Mon, 9 Sep 2019 23:43:48 +0100 Subject: [PATCH] Fix the resource file in MinGW-w64 I hate all these headers --- assets/resources/afxres.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/resources/afxres.h b/assets/resources/afxres.h index 285bef97..4c082f7e 100644 --- a/assets/resources/afxres.h +++ b/assets/resources/afxres.h @@ -1,3 +1,3 @@ // Quick-and-dirty shim to make CSE2.rc work in newer versions of Visual Studio -#include "winres.h" +#include "windows.h"