From 33301e7f0edf486cbdc9c404372ce3afcfbc9cd6 Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Wed, 1 Apr 2009 15:59:59 +0000 Subject: [PATCH] - 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 --- reactos/include/psdk/ntddndis.h | 2 +- reactos/include/psdk/windot11.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/reactos/include/psdk/ntddndis.h b/reactos/include/psdk/ntddndis.h index 5ea39fc4790..4edca552a83 100644 --- a/reactos/include/psdk/ntddndis.h +++ b/reactos/include/psdk/ntddndis.h @@ -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 \ No newline at end of file +#endif diff --git a/reactos/include/psdk/windot11.h b/reactos/include/psdk/windot11.h index 42fad141b2c..283f1140f06 100644 --- a/reactos/include/psdk/windot11.h +++ b/reactos/include/psdk/windot11.h @@ -1,10 +1,7 @@ #ifndef __WINDOT11_H__ #define __WINDOT11_H__ -#ifndef _NTDDNDIS_ #include -#endif - #include /* Enumerations */