mirror of
https://github.com/raysan5/raygui.git
synced 2026-01-30 02:39:17 -05:00
Disable unsafe warnings on CRT scanf functions in MSVC (#519)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user