define DDDKAPI - it isn't defined in WDK

svn path=/trunk/; revision=30598
This commit is contained in:
Christoph von Wittich 2007-11-20 15:42:29 +00:00
parent 5fa07ce1cc
commit 28b9cdca2f

View file

@ -156,7 +156,7 @@ MsBuildBackend::_generate_sources ( const Module& module )
fprintf ( OUT, "\r\nMSC_WARNING_LEVEL=/W3 /WX\r\n\r\n" );
/* Disable deprecated function uage warnings */
fprintf ( OUT, "C_DEFINES=$(C_DEFINES) /wd4996\r\n" );
fprintf ( OUT, "C_DEFINES=$(C_DEFINES) /DDDKAPI=__stdcall /wd4996\r\n" );
/* includes */