mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:25:40 +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
|
-Dstrtoull=_strtoui64
|
||||||
-Dstrtoll=_strtoi64)
|
-Dstrtoll=_strtoi64)
|
||||||
|
|
||||||
# VS 9 doesn't like this
|
# Add this definition for WDK only, VS 9 doesn't like that
|
||||||
if (NOT MSVC90)
|
if (DEFINED ENV{DDKBUILDENV})
|
||||||
add_definitions(
|
add_definitions(
|
||||||
-Dvsnprintf=_vsnprintf)
|
-Dvsnprintf=_vsnprintf)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue