Update lv_conf_templ.h

Modify "# define _CRT_SECURE_NO_WARNINGS" to "#define _CRT_SECURE_NO_WARNINGS";
This commit is contained in:
Cabe Lee
2018-12-01 17:48:30 +08:00
committed by GitHub
parent 23a0b28326
commit 0002d6f833

View File

@@ -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*/