mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 06:44:37 +08: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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user