Fix build error in print_string.c when using MSVC

This commit is contained in:
Hironobu Ishii 2023-05-08 22:31:27 +09:00
parent b45f48e600
commit f0232f21bd

View File

@ -57,6 +57,7 @@ if (ENABLE_CUSTOM_COMPILER_FLAGS)
/W4
/wd4001
/D_CRT_SECURE_NO_WARNINGS
/utf-8
)
endif()
endif()