mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Remove incorrect #pragma pack/pop
svn path=/trunk/; revision=42736
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user