Erm, thanks Timo...

svn path=/trunk/; revision=43215
This commit is contained in:
Stefan Ginsberg 2009-09-28 20:34:11 +00:00
parent 1634f12c5e
commit 9ea93e00f3

View file

@ -151,7 +151,7 @@ Abstract:
#endif
#endif
/* Make Sure NTDDI_VERSION and _WIN32_WINNT Matches */
/* Make Sure NTDDI_VERSION and _WIN32_WINNT Match */
#if ((OSVER(NTDDI_VERSION) == NTDDI_WIN2K) && (_WIN32_WINNT != _WIN32_WINNT_WIN2K)) || \
((OSVER(NTDDI_VERSION) == NTDDI_WINXP) && (_WIN32_WINNT != _WIN32_WINNT_WINXP)) || \
((OSVER(NTDDI_VERSION) == NTDDI_WS03) && (_WIN32_WINNT != _WIN32_WINNT_WS03)) || \