Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06f44a commit e5ac3d4Copy full SHA for e5ac3d4
src/include/c.h
@@ -12,7 +12,7 @@
12
* Portions Copyright (c) 1996-2006, 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.207 2006/07/24 16:32:45 petere Exp $
+ * $PostgreSQL: pgsql/src/include/c.h,v 1.208 2006/07/29 17:35:07 momjian Exp $
16
17
*-------------------------------------------------------------------------
18
*/
@@ -61,7 +61,9 @@
61
#if defined(_MSC_VER) || defined(__BORLANDC__)
62
#define WIN32_ONLY_COMPILER
63
#define errcode __vc_errcode
64
+#if defined(__BORLANDC__) || (_MSC_VER > 1400)
65
#include <crtdefs.h>
66
+#endif
67
#undef errcode
68
#endif
69
0 commit comments