We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487466a commit af7f6c0Copy full SHA for af7f6c0
src/include/c.h
@@ -12,7 +12,7 @@
12
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
13
* Portions Copyright (c) 1994, Regents of the University of California
14
*
15
- * $PostgreSQL: pgsql/src/include/c.h,v 1.170 2004/09/10 15:20:19 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/c.h,v 1.171 2004/09/10 15:51:47 momjian Exp $
16
17
*-------------------------------------------------------------------------
18
*/
@@ -52,7 +52,7 @@
52
53
#include "pg_config.h"
54
#include "pg_config_manual.h" /* must be after pg_config.h */
55
-#if !defined(WIN32) || !defined(__CYGWIN__)
+#if !defined(WIN32) && !defined(__CYGWIN__)
56
#include "pg_config_os.h" /* must be before any system header files */
57
#endif
58
#include "postgres_ext.h"
0 commit comments