- Comment fixes

svn path=/trunk/; revision=43206
This commit is contained in:
Stefan Ginsberg 2009-09-28 18:02:45 +00:00
parent 87db0af5db
commit 79fe13f7e8

View file

@ -1,4 +1,4 @@
/* ReactOS DDK
/* ReactOS PSDK/DDK
This file is in the public domain.
@ -151,7 +151,7 @@ Abstract:
#endif
#endif
/* Make Sure NTDDI_VERSION and _WIN32_WINNT Match */
/* Make Sure NTDDI_VERSION and _WIN32_WINNT Matches */
#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)) || \