diff --git a/crypto/time_support.c b/crypto/time_support.c index bf9daed1..ae0f4963 100644 --- a/crypto/time_support.c +++ b/crypto/time_support.c @@ -59,12 +59,6 @@ #define _POSIX_C_SOURCE 201410L /* for gmtime_r */ #endif -#if defined(__MINGW32__) -#define MINGW_HAS_SECURE_API 1 /* supplied by libmingwex */ -#include /* for correct definition of gmtime_s */ -#undef MINGW_HAS_SECURE_API -#endif - #include #include