Suppress redef warning of _CRT_SECURE_NO_WARNINGS
Suppress redef warning of _CRT_SECURE_NO_WARNINGS if any.
This commit is contained in:
parent
5a8bf1f6a3
commit
cf8895cd14
@ -6,7 +6,9 @@
|
|||||||
// For the license information refer to format.h.
|
// For the license information refer to format.h.
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
# ifndef _CRT_SECURE_NO_WARNINGS
|
||||||
# define _CRT_SECURE_NO_WARNINGS
|
# define _CRT_SECURE_NO_WARNINGS
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "fmt/chrono.h"
|
#include "fmt/chrono.h"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user