tweak for compilation on 64bit by sgleehd@gmail.com

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@39431 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2016-03-01 08:27:40 +00:00
parent da6f883357
commit 2898308138
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2016-03-01 Seong Gu Lee <sgleehd@gmail.com>
* Headers/win32/WIN32Server.h: tweak for compilation on 64bit windows
2015-12-13 Fred Kiefer <FredKiefer@gmx.de> 2015-12-13 Fred Kiefer <FredKiefer@gmx.de>
* Source/opal/OpalFontInfo.m * Source/opal/OpalFontInfo.m

View file

@ -56,6 +56,12 @@
#include <config.h> #include <config.h>
#include <windows.h> #include <windows.h>
/* MINGW64 hack to build */
#ifdef __MINGW64__
#undef GWL_USERDATA
#define GWL_USERDATA GWLP_USERDATA
#endif
/* /*
This standard windows macros are missing in MinGW. The definition This standard windows macros are missing in MinGW. The definition
here is almost correct, but will fail for multi monitor systems here is almost correct, but will fail for multi monitor systems