Let us end the scourge of vanilla MinGW once and for all

This commit is contained in:
Pietro Gagliardi 2014-11-06 10:43:21 -05:00
parent e7a5c4bfac
commit 93f99b3bee
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@
#include <vssym32.h>
#include <stdarg.h>
// if by some stroke of luck Go ever supports compiling with MSVC, this will need to change
#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
// global messages unique to everything
enum {
msgRequest = WM_APP + 1, // + 1 just to be safe