- Remove incorrect #pragma pack/pop

svn path=/trunk/; revision=42736
This commit is contained in:
Stefan Ginsberg 2009-08-16 13:20:19 +00:00
parent 074f29786e
commit e3e940dcc6

View 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