1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-29 16:21:20 +03:00

Clean up Cygwin test.

This commit is contained in:
Bruce Momjian 2004-09-10 02:49:37 +00:00
parent b493b39004
commit 8975dcfcbb

View File

@ -10,7 +10,7 @@
* Win32 (NT, Win2k, XP). replace() doesn't work on Win95/98/Me. * Win32 (NT, Win2k, XP). replace() doesn't work on Win95/98/Me.
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/port/dirmod.c,v 1.23 2004/09/09 00:59:49 momjian Exp $ * $PostgreSQL: pgsql/src/port/dirmod.c,v 1.24 2004/09/10 02:49:37 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
@ -36,10 +36,9 @@
#undef rename #undef rename
#undef unlink #undef unlink
#ifdef __WIN32__ #ifndef __CYGWIN__
#include <winioctl.h> #include <winioctl.h>
#else #else
/* __CYGWIN__ */
#include <windows.h> #include <windows.h>
#include <w32api/winioctl.h> #include <w32api/winioctl.h>
#endif #endif