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:
@@ -60,6 +60,10 @@ extern PSecurityFunctionTable s_pSecFn;
|
|||||||
#define SP_NAME_NEGOTIATE "Negotiate"
|
#define SP_NAME_NEGOTIATE "Negotiate"
|
||||||
#define SP_NAME_KERBEROS "Kerberos"
|
#define SP_NAME_KERBEROS "Kerberos"
|
||||||
|
|
||||||
|
#ifndef ISC_REQ_USE_HTTP_STYLE
|
||||||
|
#define ISC_REQ_USE_HTTP_STYLE 0x01000000
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef SEC_E_INSUFFICIENT_MEMORY
|
#ifndef SEC_E_INSUFFICIENT_MEMORY
|
||||||
# define SEC_E_INSUFFICIENT_MEMORY ((HRESULT)0x80090300L)
|
# define SEC_E_INSUFFICIENT_MEMORY ((HRESULT)0x80090300L)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user