Skip to content

Commit 8975dcf

Browse files
committed
Clean up Cygwin test.
1 parent b493b39 commit 8975dcf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/port/dirmod.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Win32 (NT, Win2k, XP). replace() doesn't work on Win95/98/Me.
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/port/dirmod.c,v 1.23 2004/09/09 00:59:49 momjian Exp $
13+
* $PostgreSQL: pgsql/src/port/dirmod.c,v 1.24 2004/09/10 02:49:37 momjian Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -36,10 +36,9 @@
3636
#undef rename
3737
#undef unlink
3838

39-
#ifdef __WIN32__
39+
#ifndef __CYGWIN__
4040
#include <winioctl.h>
4141
#else
42-
/* __CYGWIN__ */
4342
#include <windows.h>
4443
#include <w32api/winioctl.h>
4544
#endif

0 commit comments

Comments
 (0)