mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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…
Reference in New Issue
Block a user