Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
efa8208c
Commit
efa8208c
authored
Feb 05, 2016
by
Edward Thomson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3579 from ethomson/mingw_winhttp
winhttp: name mangle class / iid on mingw
parents
45165b12
5c7f2f01
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
src/transports/winhttp.c
+7
-2
No files found.
src/transports/winhttp.c
View file @
efa8208c
...
...
@@ -53,10 +53,15 @@ static const int no_check_cert_flags = SECURITY_FLAG_IGNORE_CERT_CN_INVALID |
SECURITY_FLAG_IGNORE_UNKNOWN_CA
;
#if defined(__MINGW32__)
const
CLSID
CLSID_InternetSecurityManager
=
{
0x7B8A2D94
,
0x0AC9
,
0x11D1
,
static
const
CLSID
CLSID_InternetSecurityManager_mingw
=
{
0x7B8A2D94
,
0x0AC9
,
0x11D1
,
{
0x89
,
0x6C
,
0x00
,
0xC0
,
0x4F
,
0xB6
,
0xBF
,
0xC4
}
};
const
IID
IID_IInternetSecurityManager
=
{
0x79EAC9EE
,
0xBAF9
,
0x11CE
,
static
const
IID
IID_IInternetSecurityManager_mingw
=
{
0x79EAC9EE
,
0xBAF9
,
0x11CE
,
{
0x8C
,
0x82
,
0x00
,
0xAA
,
0x00
,
0x4B
,
0xA9
,
0x0B
}
};
# define CLSID_InternetSecurityManager CLSID_InternetSecurityManager_mingw
# define IID_IInternetSecurityManager IID_IInternetSecurityManager_mingw
#endif
#define OWNING_SUBTRANSPORT(s) ((winhttp_subtransport *)(s)->parent.subtransport)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment