summaryrefslogtreecommitdiff
path: root/src/include/c.h
diff options
context:
space:
mode:
authorBruce Momjian2003-06-12 08:11:07 +0000
committerBruce Momjian2003-06-12 08:11:07 +0000
commitdc4ee8a833c09e883f1966d1698792b627649740 (patch)
tree3ca0022dc3d9025181334326eff1b6333f9da52a /src/include/c.h
parenta647e30ba3d3d36c6a00909e7c7770adb1676e60 (diff)
Back out patch that got bundled into another patch.
Diffstat (limited to 'src/include/c.h')
-rw-r--r--src/include/c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/c.h b/src/include/c.h
index 979ca5885b..d17827775f 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -12,7 +12,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: c.h,v 1.148 2003/06/12 08:02:56 momjian Exp $
+ * $Id: c.h,v 1.149 2003/06/12 08:11:07 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -73,7 +73,7 @@
#include <SupportDefs.h>
#endif
-#if defined(WIN32) && !defined(_MSC_VER) && !defined(__BORLANDC__)
+#ifdef WIN32
/* We have to redefine some system functions after they are included above */
#include "pg_config_os.h"
#endif