ref: c368734a5c88b4606cb3a28ba6991e0d76232416
parent: c5a4a3cb4ce1c7215158b254fa599576f86f9a21
author: Clownacy <Clownacy@users.noreply.github.com>
date: Mon Sep 9 19:43:48 EDT 2019
Fix the resource file in MinGW-w64 I hate all these headers
--- 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"