File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 12
12
* Portions Copyright (c) 1996-2004, 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.175 2004/09/27 04:18:28 neilc Exp $
15
+ * $PostgreSQL: pgsql/src/include/c.h,v 1.176 2004/09/27 22:11:22 momjian Exp $
16
16
*
17
17
*-------------------------------------------------------------------------
18
18
*/
80
80
/* We have to redefine some system functions after they are included above */
81
81
#include "pg_config_os.h"
82
82
#else
83
- #include <windows.h> /* We don 't have a port file for MSC/BCC */
83
+ #include "port/win32.h" /* We didn 't run configure, but this is our port file */
84
84
#endif
85
85
#endif
86
86
Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $PostgreSQL: pgsql/src/port/exec.c,v 1.26 2004/09/27 22:06:41 momjian Exp $
10
+ * $PostgreSQL: pgsql/src/port/exec.c,v 1.27 2004/09/27 22:11:23 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
24
24
#include <sys/wait.h>
25
25
#if !defined(_MSC_VER ) && !defined(__BORLANDC__ )
26
26
#include <unistd.h>
27
- #else
28
- #include "port/win32.h"
29
27
#endif
30
28
31
29
#include "miscadmin.h"
You can’t perform that action at this time.
0 commit comments