diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-06-02 16:33:17 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-06-02 16:33:17 +0000 |
commit | a305c7d675b79d8b7716caebc2d7de5bd2aaa10a (patch) | |
tree | 0fa10b7c46b16f5364c11244c16bf97005521686 /src | |
parent | cc2b5e5815aa596dbbdd288d0d178019f2d521aa (diff) |
Reverse PG_BINARY defines
Diffstat (limited to 'src')
-rw-r--r-- | src/include/c.h | 4 |
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" |