From: Andrew Dunstan Date: Mon, 31 Jan 2011 01:34:05 +0000 (-0500) Subject: Fix typo X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=48c9de80283d4bbdf9bec2f2f929b23f1676f8f9;p=users%2Fhanada%2Fpostgres.git Fix typo --- diff --git a/src/include/port/win32.h b/src/include/port/win32.h index 6d99ecbe88..5e193223d6 100644 --- a/src/include/port/win32.h +++ b/src/include/port/win32.h @@ -9,7 +9,7 @@ * Leave a higher value in place. */ #if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0501 -#undefine _WIN32_WINNT +#undef _WIN32_WINNT #endif #ifndef _WIN32_WINNT #define _WIN32_WINNT 0x0501