mirror of
https://github.com/curl/curl.git
synced 2025-03-19 15:40:42 +08:00
sspi: Fixed missing definition of ISC_REQ_USE_HTTP_STYLE
Some versions of Microsoft's sspi.h don't define this.
This commit is contained in:
parent
93859e2c9a
commit
a10976b961
@ -60,6 +60,10 @@ extern PSecurityFunctionTable s_pSecFn;
|
||||
#define SP_NAME_NEGOTIATE "Negotiate"
|
||||
#define SP_NAME_KERBEROS "Kerberos"
|
||||
|
||||
#ifndef ISC_REQ_USE_HTTP_STYLE
|
||||
#define ISC_REQ_USE_HTTP_STYLE 0x01000000
|
||||
#endif
|
||||
|
||||
#ifndef SEC_E_INSUFFICIENT_MEMORY
|
||||
# define SEC_E_INSUFFICIENT_MEMORY ((HRESULT)0x80090300L)
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user