From 8a13b16d0f68c4b753bfc67670ef5fc089cf2719 Mon Sep 17 00:00:00 2001 From: Quantum Date: Sun, 14 Feb 2016 16:37:06 -0500 Subject: [PATCH] Attempt to build on MinGW --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 46ac700..d8bf27c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -6,7 +6,7 @@ CXX=$(KROSS)g++ RC=$(KROSS)windres LINK = $(CXX) -CFLAGS = -O3 -Iinclude -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -DWINVER=0x0501 -D_WIN32_WINNT=0x0501 +CFLAGS = -O3 -Iinclude -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 RCFLAGS = -Iinclude LDFLAGS = -s -static -static-libstdc++ -mwindows