mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- Comment fixes
svn path=/trunk/; revision=43206
This commit is contained in:
parent
87db0af5db
commit
79fe13f7e8
1 changed files with 2 additions and 2 deletions
|
@ -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)) || \
|
||||
|
|
Loading…
Reference in a new issue