* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/c.h,v 1.175 2004/09/27 04:18:28 neilc Exp $
+ * $PostgreSQL: pgsql/src/include/c.h,v 1.176 2004/09/27 22:11:22 momjian Exp $
*
*-------------------------------------------------------------------------
*/
/* We have to redefine some system functions after they are included above */
#include "pg_config_os.h"
#else
-#include <windows.h> /* We don't have a port file for MSC/BCC */
+#include "port/win32.h" /* We didn't run configure, but this is our port file */
#endif
#endif
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/exec.c,v 1.26 2004/09/27 22:06:41 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/exec.c,v 1.27 2004/09/27 22:11:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include <sys/wait.h>
#if !defined(_MSC_VER) && !defined(__BORLANDC__)
#include <unistd.h>
-#else
-#include "port/win32.h"
#endif
#include "miscadmin.h"