From 0b36a8771306c1107a7fe65c120a1950d167337c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 6 Nov 2014 10:44:17 -0500 Subject: [PATCH] Clarification of previous commit --- winapi_windows.h | 1 + 1 file changed, 1 insertion(+) diff --git a/winapi_windows.h b/winapi_windows.h index 9759cbb..ba38abc 100644 --- a/winapi_windows.h +++ b/winapi_windows.h @@ -26,6 +26,7 @@ #include // if by some stroke of luck Go ever supports compiling with MSVC, this will need to change +// noe that this has to come after the headers above because it's not predefined #ifndef __MINGW64_VERSION_MAJOR #error Sorry, you must use MinGW-w64 (http://mingw-w64.sourceforge.net/) to build package ui, as vanilla MinGW does not support Windows XP features (in 2014!). #endif