File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
13
13
* Portions Copyright (c) 1994, Regents of the University of California
14
14
*
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 $
16
16
*
17
17
*-------------------------------------------------------------------------
18
18
*/
52
52
53
53
#include "pg_config.h"
54
54
#include "pg_config_manual.h" /* must be after pg_config.h */
55
- #if !defined(WIN32 ) || !defined(__CYGWIN__ )
55
+ #if !defined(WIN32 ) && !defined(__CYGWIN__ )
56
56
#include "pg_config_os.h" /* must be before any system header files */
57
57
#endif
58
58
#include "postgres_ext.h"
You can’t perform that action at this time.
0 commit comments