Fix WDK build.

svn path=/trunk/; revision=57306
This commit is contained in:
Timo Kreuzer 2012-09-15 16:15:54 +00:00
parent 1385921317
commit 9a67b5f7f9

View file

@ -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()