mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
define _CRT_SECURE_NO_DEPRECATE and _CRT_NON_CONFORMING_SWPRINTFS until we have a strsafe lib that works for both msvc and mingw
svn path=/trunk/; revision=19767
This commit is contained in:
parent
7b168f1206
commit
c08547cadd
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,8 @@ MSVCBackend::_generate_vcproj ( const Module& module )
|
|||
ifs_list.push_back ( &module.non_if_data );
|
||||
|
||||
// this is a define in MinGW w32api, but not Microsoft's headers
|
||||
defines.push_back ( "_CRT_SECURE_NO_DEPRECATE" );
|
||||
defines.push_back ( "_CRT_NON_CONFORMING_SWPRINTFS" );
|
||||
defines.push_back ( "STDCALL=__stdcall" );
|
||||
|
||||
while ( ifs_list.size() )
|
||||
|
|
Loading…
Reference in a new issue