]> git.ipfire.org Git - thirdparty/curl.git/commit
windows: drop `CRYPT_E_*` macro fallbacks, limit one to mingw32ce
authorViktor Szakats <commit@vsz.me>
Tue, 29 Jul 2025 18:07:06 +0000 (20:07 +0200)
committerViktor Szakats <commit@vsz.me>
Wed, 30 Jul 2025 13:28:28 +0000 (15:28 +0200)
commitd413ed2d400dc5986e8725d2da6abb08f688b6ed
treee66c1e9ed29e52b6077e286ae23e6c777c133567
parent1140c8bc047ff847f8f5f0105802f2c265c3426f
windows: drop `CRYPT_E_*` macro fallbacks, limit one to mingw32ce

They are defined by all mingw-w64 versions and all supported MSVC
versions (VS2008 and up).

Also by OpenWatcom 2:
https://github.com/open-watcom/open-watcom-v2/blob/ce6c37eb29f3fda95f9c4e8e37dee866b8c4e496/bld/w32api/include/winerror.mh

mingw32ce misses `CRYPT_E_NOT_IN_REVOCATION_DATABASE`.

Closes #18092
lib/curl_sspi.h