projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91812df
)
Fix typo
author
Andrew Dunstan
<
[email protected]
>
Mon, 31 Jan 2011 01:34:05 +0000
(20:34 -0500)
committer
Andrew Dunstan
<
[email protected]
>
Mon, 31 Jan 2011 01:34:05 +0000
(20:34 -0500)
src/include/port/win32.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/port/win32.h
b/src/include/port/win32.h
index 6d99ecbe88d5fecd8d81ab7a8e8c077a4122fac7..5e193223d66e1fa4aaadc4cce49888b1f18269d5 100644
(file)
--- 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
-#undef
ine
_WIN32_WINNT
+#undef _WIN32_WINNT
#endif
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0501