projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
074f297
)
- Remove incorrect #pragma pack/pop
author
Stefan Ginsberg
<stefanginsberg@gmail.com>
Sun, 16 Aug 2009 13:20:19 +0000
(13:20 +0000)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/reactos/include/ddk/ntddndis.h
b/reactos/include/ddk/ntddndis.h
index
c06f7be
..
0720c17
100644
(file)
--- 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