Commit 40c9b465 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

wpcap: Fix compilation with recent pcap/pcap.h versions.

Recent libpcap versions have added inclusion of pcap/socket.h to pcap.h that includes sys/socket.h and other system .h files that lead to conflicts with winsock2.h. Signed-off-by: 's avatarDmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: 's avatarAndré Hentschel <nerv@dawncrow.de> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 554a8047
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#undef SOCKET #undef SOCKET
#undef INVALID_SOCKET #undef INVALID_SOCKET
#define USE_WS_PREFIX
#include "winsock2.h" #include "winsock2.h"
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.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