<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>Hi, </div><div><br></div><div>When now I comile wpcap.dll It pops out a lot of warning message , one of them looks like this</div><div><br></div><div>--snip--</div><div><div>In file included from wpcap.c:26:0:</div><div>../../include/ntstatus.h:331:0: warning: "STATUS_FLOAT_UNDERFLOW" redefined</div><div> #define STATUS_FLOAT_UNDERFLOW           ((NTSTATUS) 0xC0000093)</div><div> ^</div><div>In file included from ../../include/windef.h:266:0,</div><div>                 from ../../include/windows.h:37,</div><div>                 from ../../include/winsock.h:110,</div><div>                 from ../../include/winsock2.h:47,</div><div>                 from wpcap.c:22:</div><div>../../include/winnt.h:607:0: note: this is the location of the previous definition</div><div> #define STATUS_FLOAT_UNDERFLOW           ((DWORD) 0xC0000093)</div></div><div>--snip--</div><div><br></div><div>How can I get rid of the warning messages? </div></div>