Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit af7f6c0

Browse files
committed
Fix #if define
1 parent 487466a commit af7f6c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/c.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
1313
* Portions Copyright (c) 1994, Regents of the University of California
1414
*
15-
* $PostgreSQL: pgsql/src/include/c.h,v 1.170 2004/09/10 15:20:19 momjian Exp $
15+
* $PostgreSQL: pgsql/src/include/c.h,v 1.171 2004/09/10 15:51:47 momjian Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -52,7 +52,7 @@
5252

5353
#include "pg_config.h"
5454
#include "pg_config_manual.h" /* must be after pg_config.h */
55-
#if !defined(WIN32) || !defined(__CYGWIN__)
55+
#if !defined(WIN32) && !defined(__CYGWIN__)
5656
#include "pg_config_os.h" /* must be before any system header files */
5757
#endif
5858
#include "postgres_ext.h"

0 commit comments

Comments
 (0)