8000
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 a305c7d commit 5878575Copy full SHA for 5878575
src/include/c.h
@@ -8,7 +8,7 @@
8
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
9
* Portions Copyright (c) 1994, Regents of the University of California
10
*
11
- * $Id: c.h,v 1.72 2000/06/02 16:33:17 momjian Exp $
+ * $Id: c.h,v 1.73 2000/06/02 16:40:09 momjian Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -897,11 +897,11 @@ extern char *vararg_format(const char *fmt,...);
897
898
899
#ifdef __CYGWIN32__
900
-#define PG_BINARY 0
+#define PG_BINARY O_BINARY
901
#define PG_BINARY_R "rb"
902
#define PG_BINARY_W "wb"
903
#else
904
-#define PG_BINARY O_BINARY
+#define PG_BINARY 0
905
#define PG_BINARY_R "r"
906
#define PG_BINARY_W "w"
907
#endif
0 commit comments