Skip to content

Commit 0002d6f

Browse files
authored
Update lv_conf_templ.h
Modify "# define _CRT_SECURE_NO_WARNINGS" to "#define _CRT_SECURE_NO_WARNINGS";
1 parent 23a0b28 commit 0002d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lv_conf_templ.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
* Non-user section
315315
*************************/
316316
#ifdef _MSC_VER /* Disable warnings for Visual Studio*/
317-
# define _CRT_SECURE_NO_WARNINGS
317+
#define _CRT_SECURE_NO_WARNINGS
318318
#endif
319319

320320
#endif /*LV_CONF_H*/

0 commit comments

Comments
 (0)