mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-31 01:11:00 +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
765d7b443d
commit
29cf03bc43
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…
Add table
Add a link
Reference in a new issue