From 8e4f4078d835f9f9bc96ceaeb45546a0c9c5c731 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 10 Jan 2005 00:19:51 +0000 Subject: Un-break MSVC build, per Andrew Dunstan. --- src/port/path.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/port/path.c') diff --git a/src/port/path.c b/src/port/path.c index ea45099dab..2abe6e45e7 100644 --- a/src/port/path.c +++ b/src/port/path.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/path.c,v 1.49 2005/01/06 21:41:45 tgl Exp $ + * $PostgreSQL: pgsql/src/port/path.c,v 1.50 2005/01/10 00:19:51 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -18,7 +18,14 @@ #include #include #ifdef WIN32 +#ifdef _WIN32_IE +#undef _WIN32_IE +#endif #define _WIN32_IE 0x0400 +#ifdef near +#undef near +#endif +#define near #include #else #include -- cgit v1.2.1