diff --git a/lib/vtls/schannel_int.h b/lib/vtls/schannel_int.h index 8717919259..afcadd7180 100644 --- a/lib/vtls/schannel_int.h +++ b/lib/vtls/schannel_int.h @@ -30,8 +30,7 @@ #include "vtls.h" -#if (defined(__MINGW32__) || defined(CERT_CHAIN_REVOCATION_CHECK_CHAIN)) && \ - !defined(CURL_WINDOWS_UWP) +#if defined(CERT_CHAIN_REVOCATION_CHECK_CHAIN) && !defined(CURL_WINDOWS_UWP) #define HAS_MANUAL_VERIFY_API #endif