mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 20:01:22 +00:00
Add include needed for Cygwin.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@33544 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f3149ce164
commit
a547222bf6
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2011-07-14 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
* Tools/win32pbs.m: Add include needed for Cygwin.
|
||||||
|
|
||||||
2011-07-08 Eric Wasylishen <ewasylishen@gmail.com>
|
2011-07-08 Eric Wasylishen <ewasylishen@gmail.com>
|
||||||
|
|
||||||
* Headers/cairo/CairoGState.h:
|
* Headers/cairo/CairoGState.h:
|
||||||
|
|
|
@ -36,6 +36,10 @@
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
|
#ifdef __CYGWIN__
|
||||||
|
#include <sys/file.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
@interface Win32PbOwner : NSObject
|
@interface Win32PbOwner : NSObject
|
||||||
{
|
{
|
||||||
NSPasteboard *_pb;
|
NSPasteboard *_pb;
|
||||||
|
|
Loading…
Reference in a new issue