Commit 2e8d68d6 authored by Alexandre Julliard's avatar Alexandre Julliard

inetcomm: Include ws2tcpip.h before anything else.

parent 3400c033
......@@ -20,19 +20,15 @@
#define COBJMACROS
#include <stdarg.h>
#include <stdio.h>
#include "ws2tcpip.h"
#include "windef.h"
#include "winbase.h"
#include "winnt.h"
#include "winuser.h"
#include "winsock2.h"
#include "ws2tcpip.h"
#include "objbase.h"
#include "ole2.h"
#include "mimeole.h"
#include <stdio.h>
#include "wine/debug.h"
#include "inetcomm_private.h"
......
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