Don't double define _CRT_SECURE_NO_WARNINGS (#529)

This commit is contained in:
Jeffery Myers
2026-03-04 11:23:28 -08:00
committed by GitHub
parent 5788707b6b
commit f6d2534a67

View File

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