|
12 | 12 | * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
13 | 13 | * Portions Copyright (c) 1994, Regents of the University of California
|
14 | 14 | *
|
15 |
| - * $PostgreSQL: pgsql/src/include/c.h,v 1.207 2006/07/24 16:32:45 petere Exp $ |
| 15 | + * $PostgreSQL: pgsql/src/include/c.h,v 1.208 2006/07/29 17:35:07 momjian Exp $ |
16 | 16 | *
|
17 | 17 | *-------------------------------------------------------------------------
|
18 | 18 | */
|
|
61 | 61 | #if defined(_MSC_VER)|| defined(__BORLANDC__)
|
62 | 62 | #defineWIN32_ONLY_COMPILER
|
63 | 63 | #defineerrcode __vc_errcode
|
| 64 | +#if defined(__BORLANDC__)|| (_MSC_VER>1400) |
64 | 65 | #include<crtdefs.h>
|
| 66 | +#endif |
65 | 67 | #undef errcode
|
66 | 68 | #endif
|
67 | 69 |
|
|