mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-01 00:51:49 +08:00
don't redefine _CRT_SECURE_NO_WARNINGS symbol if already defined
This commit is contained in:
+1
-1
@@ -313,7 +313,7 @@
|
|||||||
/*************************
|
/*************************
|
||||||
* Non-user section
|
* Non-user section
|
||||||
*************************/
|
*************************/
|
||||||
#ifdef _MSC_VER /* Disable warnings for Visual Studio*/
|
#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS) /* Disable warnings for Visual Studio*/
|
||||||
#define _CRT_SECURE_NO_WARNINGS
|
#define _CRT_SECURE_NO_WARNINGS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user