mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
define DDDKAPI - it isn't defined in WDK
svn path=/trunk/; revision=30598
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user