diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-06-12 08:02:57 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-06-12 08:02:57 +0000 |
commit | a647e30ba3d3d36c6a00909e7c7770adb1676e60 (patch) | |
tree | 99a1755cc20d10ff9bc087a75ee5514a2c062cf2 /src/include/c.h | |
parent | ef2ba427171d59ad9af78af48c52fa24b2131589 (diff) | |
download | postgresql-a647e30ba3d3d36c6a00909e7c7770adb1676e60.tar.gz postgresql-a647e30ba3d3d36c6a00909e7c7770adb1676e60.zip |
New patch with corrected README attached.
Also quickly added mention that it may be a qualified schema name.
Rod Taylor
Diffstat (limited to 'src/include/c.h')
-rw-r--r-- | src/include/c.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/c.h b/src/include/c.h index 6f3c690fbc9..979ca5885b1 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.147 2003/05/16 01:57:51 momjian Exp $ + * $Id: c.h,v 1.148 2003/06/12 08:02:56 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 |