Define _CRT_SECURE_NO_WARNINGS to get rid of warnings for using functions like strcpy

This commit is contained in:
Jan 2021-03-19 16:40:39 +01:00
parent 2f700a48a9
commit dfaf5eba6b

View File

@ -54,7 +54,8 @@ workspace "OpenAssetTools"
defines {
"__STDC_LIB_EXT1__",
"__STDC_WANT_LIB_EXT1__=1"
"__STDC_WANT_LIB_EXT1__=1",
"_CRT_SECURE_NO_WARNINGS"
}
-- ========================