Suppress redef warning of _CRT_SECURE_NO_WARNINGS if any. (#2218)

This commit is contained in:
denchat 2021-04-09 01:56:35 +07:00 committed by GitHub
parent 5a8bf1f6a3
commit 273d8865e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
//
// For the license information refer to format.h.
#ifdef WIN32
#ifndef _CRT_SECURE_NO_WARNINGS
# define _CRT_SECURE_NO_WARNINGS
#endif