|
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.203 2006/06/07 22:24:45 momjian Exp $ |
| 15 | + * $PostgreSQL: pgsql/src/include/c.h,v 1.204 2006/06/24 14:52:48 tgl Exp $ |
16 | 16 | *
|
17 | 17 | *-------------------------------------------------------------------------
|
18 | 18 | */
|
|
80 | 80 | #endif
|
81 | 81 |
|
82 | 82 | #if defined(WIN32)|| defined(__CYGWIN__)
|
83 |
| -/* We have to redefine some system functions after they are included above. |
84 |
| - * |
85 |
| - * use port/win32.h directly to work on both mingw and non-mingw. |
86 |
| - */ |
87 |
| -#include"port/win32.h" |
| 83 | +/* We have to redefine some system functions after they are included above. */ |
| 84 | +#include"pg_config_os.h" |
88 | 85 | #endif
|
89 | 86 |
|
90 | 87 | /* Must be before gettext() games below */
|
|