add missing include guard

svn path=/trunk/; revision=41410
This commit is contained in:
Christoph von Wittich 2009-06-14 15:33:12 +00:00
parent 0328a24e07
commit 0cd158c9c5

View file

@ -1,7 +1,9 @@
#ifndef __WINDOT11_H__ #ifndef __WINDOT11_H__
#define __WINDOT11_H__ #define __WINDOT11_H__
#ifndef _NTDDNDIS_
#include <ntddndis.h> #include <ntddndis.h>
#endif
#include <wlantypes.h> #include <wlantypes.h>
/* Enumerations */ /* Enumerations */