mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
- 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:
parent
f9801061a9
commit
33301e7f0e
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
#ifndef __WINDOT11_H__
|
||||
#define __WINDOT11_H__
|
||||
|
||||
#ifndef _NTDDNDIS_
|
||||
#include <ntddndis.h>
|
||||
#endif
|
||||
|
||||
#include <wlantypes.h>
|
||||
|
||||
/* Enumerations */
|
||||
|
|
Loading…
Reference in a new issue