mirror of
https://github.com/curl/curl.git
synced 2026-07-28 10:33:08 +03:00
curl_sspi.h: indent fix
This commit is contained in:
parent
b90bd42b3d
commit
77b507566b
1 changed files with 3 additions and 3 deletions
|
|
@ -289,13 +289,13 @@ extern PSecurityFunctionTable Curl_pSecFn;
|
|||
#endif
|
||||
#endif /* __MINGW32CE__ */
|
||||
#ifndef SEC_E_INVALID_PARAMETER
|
||||
# define SEC_E_INVALID_PARAMETER ((HRESULT)0x8009035DL)
|
||||
#define SEC_E_INVALID_PARAMETER ((HRESULT)0x8009035DL)
|
||||
#endif
|
||||
#ifndef SEC_E_DELEGATION_POLICY
|
||||
# define SEC_E_DELEGATION_POLICY ((HRESULT)0x8009035EL)
|
||||
#define SEC_E_DELEGATION_POLICY ((HRESULT)0x8009035EL)
|
||||
#endif
|
||||
#ifndef SEC_E_POLICY_NLTM_ONLY
|
||||
# define SEC_E_POLICY_NLTM_ONLY ((HRESULT)0x8009035FL)
|
||||
#define SEC_E_POLICY_NLTM_ONLY ((HRESULT)0x8009035FL)
|
||||
#endif
|
||||
|
||||
#ifdef __MINGW32CE__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue