* transport_pipes.cc: Include ntdef.h to accommodate cygerrno.h.
This commit is contained in:
parent
e1b57fc2b9
commit
c0f1ded4c4
@ -1,3 +1,7 @@
|
|||||||
|
2010-04-19 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
|
* transport_pipes.cc: Include ntdef.h to accommodate cygerrno.h.
|
||||||
|
|
||||||
2009-11-16 Corinna Vinschen <corinna@vinschen.de>
|
2009-11-16 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* Makefile.in (cygserver.exe): Link with -static to avoid linking
|
* Makefile.in (cygserver.exe): Link with -static to avoid linking
|
||||||
|
@ -13,6 +13,7 @@ details. */
|
|||||||
/* to allow this to link into cygwin and the .dll, a little magic is needed. */
|
/* to allow this to link into cygwin and the .dll, a little magic is needed. */
|
||||||
#ifdef __OUTSIDE_CYGWIN__
|
#ifdef __OUTSIDE_CYGWIN__
|
||||||
#include "woutsup.h"
|
#include "woutsup.h"
|
||||||
|
#include <ntdef.h>
|
||||||
#else
|
#else
|
||||||
#include "winsup.h"
|
#include "winsup.h"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user