From 0002d6f833ef6f466f070e046eca5a52dec4230f Mon Sep 17 00:00:00 2001 From: Cabe Lee Date: Sat, 1 Dec 2018 17:48:30 +0800 Subject: [PATCH] Update lv_conf_templ.h Modify "# define _CRT_SECURE_NO_WARNINGS" to "#define _CRT_SECURE_NO_WARNINGS"; --- lv_conf_templ.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lv_conf_templ.h b/lv_conf_templ.h index b3d9eb4a5..d47ae5da1 100644 --- a/lv_conf_templ.h +++ b/lv_conf_templ.h @@ -314,7 +314,7 @@ * Non-user section *************************/ #ifdef _MSC_VER /* Disable warnings for Visual Studio*/ -# define _CRT_SECURE_NO_WARNINGS +#define _CRT_SECURE_NO_WARNINGS #endif #endif /*LV_CONF_H*/