mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
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:
parent
78ba818f54
commit
de05f167ad
2 changed files with 9 additions and 0 deletions
|
@ -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:):
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue