mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
Fix build
svn path=/trunk/; revision=20693
This commit is contained in:
parent
e17d7c91c7
commit
139c2b58af
1 changed files with 9 additions and 0 deletions
|
@ -54,6 +54,15 @@ typedef struct _SYSTEM_BASIC_INFORMATION
|
|||
CCHAR NumberOfProcessors;
|
||||
} SYSTEM_BASIC_INFORMATION, *PSYSTEM_BASIC_INFORMATION;
|
||||
|
||||
LONG
|
||||
__stdcall
|
||||
ZwQuerySystemInformation(
|
||||
IN ULONG SystemInformationClass,
|
||||
OUT PVOID SystemInformation,
|
||||
IN ULONG Length,
|
||||
OUT PULONG ResultLength
|
||||
);
|
||||
|
||||
typedef struct
|
||||
{
|
||||
PHYSICAL_ADDRESS PhysControlStart;
|
||||
|
|
Loading…
Reference in a new issue