Commit 1cef5dce authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

include: ws2tcpip.h should include winsock2.h.

parent 3f6c3d2d
......@@ -19,6 +19,10 @@
#ifndef __WS2TCPIP__
#define __WS2TCPIP__
#include <winsock2.h>
/* FIXME: #include <ws2ipdef.h> */
#include <limits.h>
#ifdef USE_WS_PREFIX
#define WS(x) WS_##x
#else
......
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