dect
/
libpcap
Archived
13
0
Fork 0

Another fix for the compilation of WinPcap under MINGW32/MINGW64.

This commit is contained in:
Gianluca Varenni 2010-10-15 16:44:32 -07:00
parent cc1a80e41e
commit 38ef87dd39
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ static const char rcsid[] _U_ =
#include <ntddndis.h>
#else /*__MINGW64__*/
#include <ddk/ntddndis.h>
#include <ndis.h>
#include <ddk/ndis.h>
#endif /*__MINGW64__*/
#else /*__MINGW32__*/
#include <ntddndis.h>