Make it always on. Remove the WIN32 check

This commit is contained in:
denchat 2021-04-09 01:10:18 +07:00 committed by GitHub
parent cf8895cd14
commit d3f714d630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,10 +5,8 @@
//
// For the license information refer to format.h.
#ifdef WIN32
# ifndef _CRT_SECURE_NO_WARNINGS
# define _CRT_SECURE_NO_WARNINGS
# endif
#ifndef _CRT_SECURE_NO_WARNINGS
# define _CRT_SECURE_NO_WARNINGS
#endif
#include "fmt/chrono.h"