summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-11-06 10:44:17 -0500
committerPietro Gagliardi <[email protected]>2014-11-06 10:44:17 -0500
commit0b36a8771306c1107a7fe65c120a1950d167337c (patch)
treee5a11c4500b1943f507708a09b9998eaa48e2372
parent93f99b3bee5a7aa1b2c50a60c1cd8725250ff4d9 (diff)
Clarification of previous commit
-rw-r--r--winapi_windows.h1
1 files changed, 1 insertions, 0 deletions
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 <stdarg.h>
// 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