mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
Added missin inclde for Cygwin.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@20084 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
93d65fa6f9
commit
b88251cf19
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-09-19 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/win32/WIN32Server.m: Added missing include for new Cygwin
|
||||
event pooling.
|
||||
|
||||
2004-09-17 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/winlib/Win32GState.m (-_compositeGState:...fraction:):
|
||||
|
|
|
@ -44,6 +44,10 @@
|
|||
#include "win32/WIN32Server.h"
|
||||
#include "win32/WIN32Geometry.h"
|
||||
|
||||
#ifdef __CYGWIN__
|
||||
#include <sys/file.h>
|
||||
#endif
|
||||
|
||||
static void
|
||||
validateWindow(HWND hwnd, RECT rect);
|
||||
LRESULT CALLBACK MainWndProc(HWND hwnd, UINT uMsg,
|
||||
|
|
Loading…
Reference in a new issue