mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Always add _CRT_SECURE_NO_WARNINGS to the preprocessor definition list to disable warnings about not using the safe functions introduced in MSVC8.
svn path=/trunk/; revision=30991
This commit is contained in:
@@ -351,6 +351,9 @@ MSVCBackend::_generate_vcproj ( const Module& module )
|
||||
|
||||
StringSet defines = common_defines;
|
||||
|
||||
// Always add _CRT_SECURE_NO_WARNINGS to disable warnings about not using the safe functions introduced in MSVC8.
|
||||
defines.insert ( "_CRT_SECURE_NO_WARNINGS" );
|
||||
|
||||
if ( debug )
|
||||
{
|
||||
defines.insert ( "_DEBUG" );
|
||||
|
||||
Reference in New Issue
Block a user