Skip to content
  • Chun-wei Fan's avatar
    Update VS projects · f5f242ca
    Chun-wei Fan authored
    Get rid of _CRT_SECURE_NO_WARNINGS and _CRT_NONSTDC_NO_WARNINGS
    from the preprocessor definitions as those two macros are now defined
    in msvc_recommended_pragmas.h, which is force-included in these projects
    via the property sheets.  This will silence C4005 warnings on macro
    redefinition.
    f5f242ca