- Fix build breakage from 40056, caused by a missing new line at the end of ntddndis.h

- Also remove the unnecessary _NTDDNDIS_ check from windot11.h

svn path=/trunk/; revision=40316
This commit is contained in:
Stefan Ginsberg 2009-04-01 15:59:59 +00:00
parent f9801061a9
commit 33301e7f0e
2 changed files with 1 additions and 4 deletions

View file

@ -82,4 +82,4 @@ typedef struct _NDIS_802_11_BSSID_LIST
NDIS_WLAN_BSSID Bssid[1];
} NDIS_802_11_BSSID_LIST, *PNDIS_802_11_BSSID_LIST;
#endif
#endif

View file

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