mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
Define _CRT_SECURE_NO_WARNINGS to get rid of warnings for using functions like strcpy
This commit is contained in:
parent
2f700a48a9
commit
dfaf5eba6b
@ -54,7 +54,8 @@ workspace "OpenAssetTools"
|
|||||||
|
|
||||||
defines {
|
defines {
|
||||||
"__STDC_LIB_EXT1__",
|
"__STDC_LIB_EXT1__",
|
||||||
"__STDC_WANT_LIB_EXT1__=1"
|
"__STDC_WANT_LIB_EXT1__=1",
|
||||||
|
"_CRT_SECURE_NO_WARNINGS"
|
||||||
}
|
}
|
||||||
|
|
||||||
-- ========================
|
-- ========================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user