Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
6a0eb2dd
Commit
6a0eb2dd
authored
Feb 16, 2015
by
Jacek Caban
Committed by
Alexandre Julliard
Feb 16, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wininet: Don't include ws2tcpip.h after zlib.h.
parent
47778f95
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
http.c
dlls/wininet/http.c
+2
-2
internet.h
dlls/wininet/internet.h
+1
-1
No files found.
dlls/wininet/http.c
View file @
6a0eb2dd
...
...
@@ -30,11 +30,11 @@
#include "config.h"
#ifdef HAVE_ZLIB
# define Z_SOLO
# include <zlib.h>
#endif
#include "ws2tcpip.h"
#include "winsock2.h"
#include "ws2ipdef.h"
#include <stdarg.h>
#include <stdio.h>
...
...
dlls/wininet/internet.h
View file @
6a0eb2dd
...
...
@@ -37,7 +37,7 @@ typedef struct {
INTERNET_PORT
port
;
BOOL
is_https
;
struct
sockaddr_storage
addr
;
socklen_
t
addr_len
;
in
t
addr_len
;
char
addr_str
[
INET6_ADDRSTRLEN
];
WCHAR
*
scheme_host_port
;
...
...
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