mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
define DDDKAPI - it isn't defined in WDK
svn path=/trunk/; revision=30598
This commit is contained in:
parent
5fa07ce1cc
commit
28b9cdca2f
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue