2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-02 22:47:42 +00:00

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"
}
-- ========================