mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:33:01 +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 <stdlib.h>
|
||||||
#include <conio.h>
|
#include <conio.h>
|
||||||
|
|
||||||
|
#include <pshpack1.h>
|
||||||
|
|
||||||
typedef struct _CM_PNP_BIOS_DEVICE_NODE
|
typedef struct _CM_PNP_BIOS_DEVICE_NODE
|
||||||
{
|
{
|
||||||
|
@ -16,7 +17,7 @@ typedef struct _CM_PNP_BIOS_DEVICE_NODE
|
||||||
ULONG ProductId;
|
ULONG ProductId;
|
||||||
UCHAR DeviceType[3];
|
UCHAR DeviceType[3];
|
||||||
USHORT DeviceAttributes;
|
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
|
typedef struct _CM_PNP_BIOS_INSTALLATION_CHECK
|
||||||
{
|
{
|
||||||
|
@ -33,7 +34,9 @@ typedef struct _CM_PNP_BIOS_INSTALLATION_CHECK
|
||||||
ULONG OemDeviceId;
|
ULONG OemDeviceId;
|
||||||
USHORT RealModeDataBaseAddress;
|
USHORT RealModeDataBaseAddress;
|
||||||
ULONG ProtectedModeDataBaseAddress;
|
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_
|
typedef struct _PNP_ID_NAME_
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue