aboutsummaryrefslogtreecommitdiff
path: root/src/include/c.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-06-12 08:15:29 +0000
committerBruce Momjian <bruce@momjian.us>2003-06-12 08:15:29 +0000
commitb14295cfe4f2a738a0b023d10bc508da2c458bdb (patch)
tree372f60ae84e507d582a83600a700304b462f94da /src/include/c.h
parentdc4ee8a833c09e883f1966d1698792b627649740 (diff)
downloadpostgresql-b14295cfe4f2a738a0b023d10bc508da2c458bdb.tar.gz
postgresql-b14295cfe4f2a738a0b023d10bc508da2c458bdb.zip
Attached is the complete diff against current CVS.
Compiles on BCC 5.5 and VC++ 6.0 (with warnings). Karl Waclawek
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 d17827775fa..3f6c23c6d14 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.149 2003/06/12 08:11:07 momjian Exp $
+ * $Id: c.h,v 1.150 2003/06/12 08:15:29 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -73,7 +73,7 @@
#include <SupportDefs.h>
#endif
-#ifdef WIN32
+#if defined(WIN32) && !defined(_MSC_VER) && !defined(__BORLANDC__)
/* We have to redefine some system functions after they are included above */
#include "pg_config_os.h"
#endif