mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 15:52:19 +00:00
[WPP]
Fix WDK build. svn path=/trunk/; revision=57306
This commit is contained in:
parent
1385921317
commit
9a67b5f7f9
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ if(MSVC)
|
|||
-Dstrtoull=_strtoui64
|
||||
-Dstrtoll=_strtoi64)
|
||||
|
||||
# VS 9 doesn't like this
|
||||
if (NOT MSVC90)
|
||||
# Add this definition for WDK only, VS 9 doesn't like that
|
||||
if (DEFINED ENV{DDKBUILDENV})
|
||||
add_definitions(
|
||||
-Dvsnprintf=_vsnprintf)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue