Fixed compilation with new mingw/msys packages

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@24716 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-02-28 06:48:08 +00:00
parent 78ba818f54
commit de05f167ad
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2007-02-28 Nicola Pero <nicola.pero@meta-innovation.com>
* Tools/win32pbs.m (WINVER): Define to make it compile with new
releases where HWND_MESSAGE is not defined unless you explicitly
request recent Microsoft Windows APIs by setting WINVER.
2007-02-27 Fred Kiefer <FredKiefer@gmx.de>
* Source/winlib/Win32FontInfo.m (-setupAttributes:):

View file

@ -22,6 +22,9 @@
*/
/* Access Windows 2000 (and later) API. Required for HWND_MESSAGE. */
#define WINVER 0x500
#include <Foundation/Foundation.h>
#include <Foundation/NSUserDefaults.h>
#include <AppKit/NSPasteboard.h>