[ros-diffs] [sginsberg] 40316: - 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

sginsberg at svn.reactos.org sginsberg at svn.reactos.org
Wed Apr 1 18:00:00 CEST 2009


Author: sginsberg
Date: Wed Apr  1 19:59:59 2009
New Revision: 40316

URL: http://svn.reactos.org/svn/reactos?rev=40316&view=rev
Log:
- 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

Modified:
    trunk/reactos/include/psdk/ntddndis.h
    trunk/reactos/include/psdk/windot11.h

Modified: trunk/reactos/include/psdk/ntddndis.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/ntddndis.h?rev=40316&r1=40315&r2=40316&view=diff
==============================================================================
--- trunk/reactos/include/psdk/ntddndis.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/ntddndis.h [iso-8859-1] Wed Apr  1 19:59:59 2009
@@ -82,4 +82,4 @@
     NDIS_WLAN_BSSID Bssid[1];
 } NDIS_802_11_BSSID_LIST, *PNDIS_802_11_BSSID_LIST;
 
-#endif
+#endif

Modified: trunk/reactos/include/psdk/windot11.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/windot11.h?rev=40316&r1=40315&r2=40316&view=diff
==============================================================================
--- trunk/reactos/include/psdk/windot11.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/windot11.h [iso-8859-1] Wed Apr  1 19:59:59 2009
@@ -1,10 +1,7 @@
 #ifndef __WINDOT11_H__
 #define __WINDOT11_H__
 
-#ifndef _NTDDNDIS_
 #include <ntddndis.h>
-#endif
-
 #include <wlantypes.h>
 
 /* Enumerations */



More information about the Ros-diffs mailing list