don't warn about union without name

This commit is contained in:
goldsimon 2010-03-15 10:34:35 +00:00
parent 9ae87c50d2
commit c8baeec50a
1 changed files with 2 additions and 0 deletions

View File

@ -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 <stdlib.h>