From e3e940dcc66bb1d6f3ea6e82d10b5d4108f03498 Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Sun, 16 Aug 2009 13:20:19 +0000 Subject: [PATCH] - Remove incorrect #pragma pack/pop svn path=/trunk/; revision=42736 --- reactos/include/ddk/ntddndis.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reactos/include/ddk/ntddndis.h b/reactos/include/ddk/ntddndis.h index c06f7becf8b..0720c174c4b 100644 --- a/reactos/include/ddk/ntddndis.h +++ b/reactos/include/ddk/ntddndis.h @@ -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 -- 2.17.1