Commit 28173f06 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

wpcap: Fix build with newer pcap versions.

parent 281826eb
......@@ -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"
......
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