diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2011-01-30 20:34:05 -0500 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2011-01-30 20:34:05 -0500 |
commit | 48c9de80283d4bbdf9bec2f2f929b23f1676f8f9 (patch) | |
tree | bde94f304bfec4c572b6c30a8620bc3959af10e6 | |
parent | 91812df4ed0facfb90bec3f9430dd5a97d56f695 (diff) | |
download | postgresql-48c9de80283d4bbdf9bec2f2f929b23f1676f8f9.tar.gz postgresql-48c9de80283d4bbdf9bec2f2f929b23f1676f8f9.zip |
Fix typo
-rw-r--r-- | src/include/port/win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/port/win32.h b/src/include/port/win32.h index 6d99ecbe88d..5e193223d66 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 |