Erm, thanks Timo...
authorStefan Ginsberg <stefanginsberg@gmail.com>
Mon, 28 Sep 2009 20:34:11 +0000 (20:34 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Mon, 28 Sep 2009 20:34:11 +0000 (20:34 +0000)
svn path=/trunk/; revision=43215

reactos/include/psdk/sdkddkver.h

index 24aa593..22ca227 100644 (file)
@@ -151,7 +151,7 @@ Abstract:
 #endif
 #endif
 
 #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))   || \
 #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))   || \