1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

wpcap: Fix build with newer pcap versions.

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
André Hentschel 2017-07-21 15:16:51 +02:00 committed by Alexandre Julliard
parent 281826ebd0
commit 28173f0693

View File

@ -19,6 +19,11 @@
*/
#include <pcap/pcap.h>
/* pcap.h might define those: */
#undef SOCKET
#undef INVALID_SOCKET
#include "winsock2.h"
#include "windef.h"
#include "winbase.h"