From: Bruce Momjian Date: Mon, 27 Sep 2004 22:11:23 +0000 (+0000) Subject: More Win32 cleanups for Dave Page. X-Git-Tag: REL8_0_0BETA4~266 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=8efe926bfe843d9842855d856b0423944369262f;p=postgresql.git More Win32 cleanups for Dave Page. --- diff --git a/src/include/c.h b/src/include/c.h index cf97f34edda..fcdf6b404be 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -12,7 +12,7 @@ * 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 $ * *------------------------------------------------------------------------- */ @@ -80,7 +80,7 @@ /* We have to redefine some system functions after they are included above */ #include "pg_config_os.h" #else -#include /* 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 diff --git a/src/port/exec.c b/src/port/exec.c index cd583d5234d..3958e78781a 100644 --- a/src/port/exec.c +++ b/src/port/exec.c @@ -7,7 +7,7 @@ * * * 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 $ * *------------------------------------------------------------------------- */ @@ -24,8 +24,6 @@ #include #if !defined(_MSC_VER) && !defined(__BORLANDC__) #include -#else -#include "port/win32.h" #endif #include "miscadmin.h"