mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Provide another definition missing in MinGW's headers
This commit is contained in:
parent
5267be57f7
commit
a97f52db20
@ -49,6 +49,9 @@
|
||||
#ifndef SEC_E_BUFFER_TOO_SMALL
|
||||
# define SEC_E_BUFFER_TOO_SMALL ((HRESULT)0x80090321L)
|
||||
#endif
|
||||
#ifndef SEC_E_CONTEXT_EXPIRED
|
||||
# define SEC_E_CONTEXT_EXPIRED ((HRESULT)0x80090317L)
|
||||
#endif
|
||||
#ifndef SEC_E_CRYPTO_SYSTEM_INVALID
|
||||
# define SEC_E_CRYPTO_SYSTEM_INVALID ((HRESULT)0x80090337L)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user