We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b493b39 commit 8975dcfCopy full SHA for 8975dcf
src/port/dirmod.c
@@ -10,7 +10,7 @@
10
* Win32 (NT, Win2k, XP). replace() doesn't work on Win95/98/Me.
11
*
12
* IDENTIFICATION
13
- * $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 $
14
15
*-------------------------------------------------------------------------
16
*/
@@ -36,10 +36,9 @@
36
#undef rename
37
#undef unlink
38
39
-#ifdef __WIN32__
+#ifndef __CYGWIN__
40
#include <winioctl.h>
41
#else
42
-/* __CYGWIN__ */
43
#include <windows.h>
44
#include <w32api/winioctl.h>
45
#endif
0 commit comments