diff --git a/ports/win32/pktdrv.c b/ports/win32/pktdrv.c index 54afca7..7758e9b 100644 --- a/ports/win32/pktdrv.c +++ b/ports/win32/pktdrv.c @@ -65,6 +65,8 @@ #include "pktdrv.h" #include "lwipcfg_msvc.h" +#pragma warning (disable: 4201) /* don't warn about union without name */ + #define WIN32_LEAN_AND_MEAN /* get the windows definitions of the following 4 functions out of the way */ #include