define _CRT_SECURE_NO_DEPRECATE and _CRT_NON_CONFORMING_SWPRINTFS until we have a strsafe lib that works for both msvc and mingw
Modified: trunk/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp
--- trunk/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp 2005-11-30 05:35:59 UTC (rev 19766) +++ trunk/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp 2005-11-30 05:51:24 UTC (rev 19767) @@ -86,6 +86,8 @@
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() )