Author: tkreuzer
Date: Sat Sep 15 16:15:54 2012
New Revision: 57306
URL:
http://svn.reactos.org/svn/reactos?rev=57306&view=rev
Log:
[WPP]
Fix WDK build.
Modified:
trunk/reactos/tools/wpp/CMakeLists.txt
Modified: trunk/reactos/tools/wpp/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/wpp/CMakeLists.txt?r…
==============================================================================
--- trunk/reactos/tools/wpp/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/tools/wpp/CMakeLists.txt [iso-8859-1] Sat Sep 15 16:15:54 2012
@@ -5,8 +5,8 @@
-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()