aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/c.h b/src/include/c.h
index be6f4dad65c..c76d02f3ac2 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: c.h,v 1.71 2000/06/02 15:57:40 momjian Exp $
+ * $Id: c.h,v 1.72 2000/06/02 16:33:17 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -896,7 +896,7 @@ extern char *vararg_format(const char *fmt,...);
* ----------------------------------------------------------------
*/
-#ifndef __CYGWIN32__
+#ifdef __CYGWIN32__
#define PG_BINARY 0
#define PG_BINARY_R "rb"
#define PG_BINARY_W "wb"