From d3f714d6301c5693ca19f3048a938e4634588bc3 Mon Sep 17 00:00:00 2001 From: denchat <19730041+denchat@users.noreply.github.com> Date: Fri, 9 Apr 2021 01:10:18 +0700 Subject: [PATCH] Make it always on. Remove the WIN32 check --- test/chrono-test.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/chrono-test.cc b/test/chrono-test.cc index 70ff0a98..6e77b619 100644 --- a/test/chrono-test.cc +++ b/test/chrono-test.cc @@ -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"