Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8efe926

Browse files
committed
More Win32 cleanups for Dave Page.
1 parent 866627f commit 8efe926

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/include/c.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
1313
* Portions Copyright (c) 1994, Regents of the University of California
1414
*
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 $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -80,7 +80,7 @@
8080
/* We have to redefine some system functions after they are included above */
8181
#include "pg_config_os.h"
8282
#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 */
8484
#endif
8585
#endif
8686

src/port/exec.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* 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 $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -24,8 +24,6 @@
2424
#include <sys/wait.h>
2525
#if !defined(_MSC_VER) && !defined(__BORLANDC__)
2626
#include <unistd.h>
27-
#else
28-
#include "port/win32.h"
2927
#endif
3028

3129
#include "miscadmin.h"

0 commit comments

Comments
 (0)