mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
- Remove incorrect #pragma pack/pop
svn path=/trunk/; revision=42736
This commit is contained in:
parent
074f29786e
commit
e3e940dcc6
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue