mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +00:00
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:
parent
24be840e39
commit
f1dac4e9b7
2 changed files with 10 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* Source/opal/OpalFontInfo.m
|
||||
|
|
|
@ -56,6 +56,12 @@
|
|||
#include <config.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
|
||||
here is almost correct, but will fail for multi monitor systems
|
||||
|
|
Loading…
Reference in a new issue