Commit 6a0eb2dd authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

wininet: Don't include ws2tcpip.h after zlib.h.

parent 47778f95
......@@ -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>
......
......@@ -37,7 +37,7 @@ typedef struct {
INTERNET_PORT port;
BOOL is_https;
struct sockaddr_storage addr;
socklen_t addr_len;
int addr_len;
char addr_str[INET6_ADDRSTRLEN];
WCHAR *scheme_host_port;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment