mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
fixed compiling problems
svn path=/trunk/; revision=7479
This commit is contained in:
parent
fff71811fe
commit
0c5f9ff854
1 changed files with 5 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <conio.h>
|
||||
|
||||
#include <pshpack1.h>
|
||||
|
||||
typedef struct _CM_PNP_BIOS_DEVICE_NODE
|
||||
{
|
||||
|
@ -16,7 +17,7 @@ typedef struct _CM_PNP_BIOS_DEVICE_NODE
|
|||
ULONG ProductId;
|
||||
UCHAR DeviceType[3];
|
||||
USHORT DeviceAttributes;
|
||||
} PACKED CM_PNP_BIOS_DEVICE_NODE,*PCM_PNP_BIOS_DEVICE_NODE;
|
||||
} CM_PNP_BIOS_DEVICE_NODE,*PCM_PNP_BIOS_DEVICE_NODE;
|
||||
|
||||
typedef struct _CM_PNP_BIOS_INSTALLATION_CHECK
|
||||
{
|
||||
|
@ -33,7 +34,9 @@ typedef struct _CM_PNP_BIOS_INSTALLATION_CHECK
|
|||
ULONG OemDeviceId;
|
||||
USHORT RealModeDataBaseAddress;
|
||||
ULONG ProtectedModeDataBaseAddress;
|
||||
} PACKED CM_PNP_BIOS_INSTALLATION_CHECK, *PCM_PNP_BIOS_INSTALLATION_CHECK;
|
||||
} CM_PNP_BIOS_INSTALLATION_CHECK, *PCM_PNP_BIOS_INSTALLATION_CHECK;
|
||||
|
||||
#include <poppack.h>
|
||||
|
||||
typedef struct _PNP_ID_NAME_
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue