mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
windows: drop two interim, single-use macros
Follow-up to e77d867068
Closes #18114
This commit is contained in:
parent
d21e75a6ae
commit
b5c245045e
3 changed files with 13 additions and 18 deletions
|
|
@ -340,14 +340,6 @@ extern PSecurityFunctionTable Curl_pSecFn;
|
|||
#endif
|
||||
#endif /* __MINGW32CE__ */
|
||||
|
||||
#ifdef UNICODE
|
||||
# define SECFLAG_WINNT_AUTH_IDENTITY \
|
||||
(unsigned long)SEC_WINNT_AUTH_IDENTITY_UNICODE
|
||||
#else
|
||||
# define SECFLAG_WINNT_AUTH_IDENTITY \
|
||||
(unsigned long)SEC_WINNT_AUTH_IDENTITY_ANSI
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Definitions required from ntsecapi.h are directly provided below this point
|
||||
* to avoid including ntsecapi.h due to a conflict with OpenSSL's safestack.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue