- Remove incorrect #pragma pack/pop
authorStefan Ginsberg <stefanginsberg@gmail.com>
Sun, 16 Aug 2009 13:20:19 +0000 (13:20 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Sun, 16 Aug 2009 13:20:19 +0000 (13:20 +0000)
svn path=/trunk/; revision=42736

reactos/include/ddk/ntddndis.h

index c06f7be..0720c17 100644 (file)
@@ -23,8 +23,6 @@
 #ifndef __NTDDNDIS_H
 #define __NTDDNDIS_H
 
-#pragma pack(push,4)
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -300,8 +298,6 @@ typedef enum _NDIS_PHYSICAL_MEDIUM
                                                METHOD_OUT_DIRECT,            \
                                                FILE_ANY_ACCESS)
 
-#pragma pack(pop)
-
 #ifdef __cplusplus
 }
 #endif