Disable unsafe warnings on CRT scanf functions in MSVC (#519)

This commit is contained in:
Jeffery Myers
2026-01-28 11:31:00 -08:00
committed by GitHub
parent 0f5f0f7d00
commit 7f842d85ba

View File

@ -355,6 +355,7 @@
#elif defined(USE_LIBTYPE_SHARED)
#define RAYGUIAPI __declspec(dllimport) // Using the library as a Win32 shared library (.dll)
#endif
#define _CRT_SECURE_NO_WARNINGS // disable unsafe warnings on scanf functions in MSVC
#endif
// Function specifiers definition