config-win32.h: merge two #if branches

Closes #20856
This commit is contained in:
Viktor Szakats 2026-03-08 19:11:07 +01:00
parent 6a6826469d
commit 6a09f2ef1d
No known key found for this signature in database

View file

@ -281,12 +281,10 @@
#ifndef CURL_WINDOWS_UWP
#define HAVE_LDAP_SSL 1
#define USE_WIN32_LDAP 1
#endif
/* Define to use the Windows crypto library. */
#ifndef CURL_WINDOWS_UWP
#define USE_WIN32_CRYPTO
#endif
#endif /* CURL_WINDOWS_UWP */
/* Define to use Unix sockets. */
#define USE_UNIX_SOCKETS