OSDN Git Service

Fix typo
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 31 Jan 2011 01:34:05 +0000 (20:34 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 31 Jan 2011 01:34:05 +0000 (20:34 -0500)
src/include/port/win32.h

index 6d99ecb..5e19322 100644 (file)
@@ -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