mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-07 09:39:19 +00:00
Fix build on mingw-w64
This commit is contained in:
parent
e613e6ebb8
commit
3066026b04
@ -51,9 +51,9 @@ static const int no_check_cert_flags = SECURITY_FLAG_IGNORE_CERT_CN_INVALID |
|
||||
SECURITY_FLAG_IGNORE_UNKNOWN_CA;
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
static const CLSID CLSID_InternetSecurityManager = { 0x7B8A2D94, 0x0AC9, 0x11D1,
|
||||
const CLSID CLSID_InternetSecurityManager = { 0x7B8A2D94, 0x0AC9, 0x11D1,
|
||||
{ 0x89, 0x6C, 0x00, 0xC0, 0x4F, 0xB6, 0xBF, 0xC4 } };
|
||||
static const IID IID_IInternetSecurityManager = { 0x79EAC9EE, 0xBAF9, 0x11CE,
|
||||
const IID IID_IInternetSecurityManager = { 0x79EAC9EE, 0xBAF9, 0x11CE,
|
||||
{ 0x8C, 0x82, 0x00, 0xAA, 0x00, 0x4B, 0xA9, 0x0B } };
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user