mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:15:41 +00:00
Erm, thanks Timo...
svn path=/trunk/; revision=43215
This commit is contained in:
parent
1634f12c5e
commit
9ea93e00f3
1 changed files with 1 additions and 1 deletions
|
@ -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)) || \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue