index 3aa1d9181947ad5be0936f6d2b3a215b7462273b..3aa958d7dc8a66142ff9c743e485b6c79560ce9e 100644 (file)
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/c.h,v 1.208 2006年07月29日 17:35:07 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/c.h,v 1.209 2006年08月08日 18:49:14 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#if defined(_MSC_VER) || defined(__BORLANDC__)
#define WIN32_ONLY_COMPILER
-#define errcode __vc_errcode
#if defined(__BORLANDC__) || (_MSC_VER > 1400)
#include <crtdefs.h>
#endif
-#undef errcode
#endif
#include <stdio.h>
index fa57c25b3c20de02b35027a07e3f6d1daf59b5ca..e6057093cc4f8ed2d51b007fb05867ca7cad88b0 100644 (file)
-/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.54 2006年07月30日 01:45:21 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.55 2006年08月08日 18:49:14 momjian Exp $ */
/* undefine and redefine after #include */
#undef mkdir
#define inline __inline
#define __inline__ __inline
+#undef errcode
+#define errcode __vc_errcode
+
#define _S_IRWXU (_S_IREAD | _S_IWRITE | _S_IEXEC)
#define _S_IXUSR _S_IEXEC
#define _S_IWUSR _S_IWRITE