mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[WPP]
Fix WDK build. svn path=/trunk/; revision=57306
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user