mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Match packing in DDK
svn path=/trunk/; revision=13491
This commit is contained in:
parent
7d5865df32
commit
e37dad5493
1 changed files with 4 additions and 0 deletions
|
@ -196,6 +196,8 @@ typedef struct _CM_MCA_POS_DATA
|
|||
} CM_MCA_POS_DATA, *PCM_MCA_POS_DATA;
|
||||
|
||||
|
||||
#include <pshpack1.h>
|
||||
|
||||
/* Int13 drive geometry data */
|
||||
|
||||
typedef struct _CM_INT13_DRIVE_PARAMETER
|
||||
|
@ -207,6 +209,8 @@ typedef struct _CM_INT13_DRIVE_PARAMETER
|
|||
USHORT NumberDrives;
|
||||
} CM_INT13_DRIVE_PARAMETER, *PCM_INT13_DRIVE_PARAMETER;
|
||||
|
||||
#include <poppack.h>
|
||||
|
||||
|
||||
/* Extended drive geometry data */
|
||||
|
||||
|
|
Loading…
Reference in a new issue