mirror of
https://github.com/raysan5/raygui.git
synced 2026-04-10 01:09:11 -04:00
Don't double define _CRT_SECURE_NO_WARNINGS (#529)
This commit is contained in:
@ -357,8 +357,10 @@
|
||||
#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
|
||||
#ifndef RAYGUIAPI
|
||||
|
||||
Reference in New Issue
Block a user