[PATCH 2/2] wpcap: Fix crash on pcap_loop(try 2)

Jianqiu Zhang zhangjianqiu_133 at yeah.net
Thu Feb 11 23:13:58 CST 2016


Hi,


When now I comile wpcap.dll It pops out a lot of warning message , one of them looks like this


--snip--
In file included from wpcap.c:26:0:
../../include/ntstatus.h:331:0: warning: "STATUS_FLOAT_UNDERFLOW" redefined
 #define STATUS_FLOAT_UNDERFLOW           ((NTSTATUS) 0xC0000093)
 ^
In file included from ../../include/windef.h:266:0,
                 from ../../include/windows.h:37,
                 from ../../include/winsock.h:110,
                 from ../../include/winsock2.h:47,
                 from wpcap.c:22:
../../include/winnt.h:607:0: note: this is the location of the previous definition
 #define STATUS_FLOAT_UNDERFLOW           ((DWORD) 0xC0000093)
--snip--


How can I get rid of the warning messages? 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20160212/d8cfa00f/attachment-0001.html>


More information about the wine-devel mailing list