Skip to content

Commit 5878575

Browse files
committed
More cleanup of c.h binary macros
1 parent a305c7d commit 5878575

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/c.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
11-
* $Id: c.h,v 1.72 2000/06/02 16:33:17 momjian Exp $
11+
* $Id: c.h,v 1.73 2000/06/02 16:40:09 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -897,11 +897,11 @@ extern char *vararg_format(const char *fmt,...);
897897
*/
898898

899899
#ifdef __CYGWIN32__
900-
#define PG_BINARY 0
900+
#define PG_BINARY O_BINARY
901901
#define PG_BINARY_R "rb"
902902
#define PG_BINARY_W "wb"
903903
#else
904-
#define PG_BINARY O_BINARY
904+
#define PG_BINARY 0
905905
#define PG_BINARY_R "r"
906906
#define PG_BINARY_W "w"
907907
#endif

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy