schannel: fix recent update for mingw32ce

Follow-up to 952c929bdf #18084
Closes #18097
This commit is contained in:
Viktor Szakats 2025-07-30 11:23:57 +02:00
parent 217ae24a94
commit 58906838c5
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -30,7 +30,8 @@
#include "vtls.h"
#if defined(CERT_CHAIN_REVOCATION_CHECK_CHAIN) && !defined(CURL_WINDOWS_UWP)
#if (defined(__MINGW32CE__) || defined(CERT_CHAIN_REVOCATION_CHECK_CHAIN)) && \
!defined(CURL_WINDOWS_UWP)
#define HAS_MANUAL_VERIFY_API
#endif