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
e613e6eb
Commit
e613e6eb
authored
Mar 16, 2015
by
klutzy
Committed by
Tony Kelman
Mar 16, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
patch so mingw-w64 can build
parent
8f426d7d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
deps/winhttp/urlmon.h
+8
-0
deps/winhttp/winhttp.h
+8
-0
No files found.
deps/winhttp/urlmon.h
View file @
e613e6eb
...
@@ -5,6 +5,8 @@
...
@@ -5,6 +5,8 @@
* a Linking Exception. For full terms see the included COPYING file.
* a Linking Exception. For full terms see the included COPYING file.
*/
*/
#if defined(__MINGW_VERSION) || defined(__MINGW32_VERSION)
#ifndef __CUSTOM_URLMON_H
#ifndef __CUSTOM_URLMON_H
#define __CUSTOM_URLMON_H
#define __CUSTOM_URLMON_H
...
@@ -35,3 +37,9 @@ struct IInternetSecurityManager
...
@@ -35,3 +37,9 @@ struct IInternetSecurityManager
#define URLZONE_TRUSTED 2
#define URLZONE_TRUSTED 2
#endif
/* __CUSTOM_URLMON_H */
#endif
/* __CUSTOM_URLMON_H */
#else
#include_next <urlmon.h>
#endif
deps/winhttp/winhttp.h
View file @
e613e6eb
...
@@ -16,6 +16,8 @@
...
@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#if defined(__MINGW_VERSION) || defined(__MINGW32_VERSION)
#ifndef __WINE_WINHTTP_H
#ifndef __WINE_WINHTTP_H
#define __WINE_WINHTTP_H
#define __WINE_WINHTTP_H
...
@@ -582,3 +584,9 @@ BOOL WINAPI WinHttpWriteData(HINTERNET,LPCVOID,DWORD,LPDWORD);
...
@@ -582,3 +584,9 @@ BOOL WINAPI WinHttpWriteData(HINTERNET,LPCVOID,DWORD,LPDWORD);
#include <poppack.h>
#include <poppack.h>
#endif
/* __WINE_WINHTTP_H */
#endif
/* __WINE_WINHTTP_H */
#else
#include_next <winhttp.h>
#endif
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