mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[HAL]
Try to fix build svn path=/trunk/; revision=46636
This commit is contained in:
parent
453f43bf77
commit
4ee89fa8f2
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ BOOLEAN HalpNMIInProgress;
|
||||||
|
|
||||||
/* PRIVATE FUNCTIONS **********************************************************/
|
/* PRIVATE FUNCTIONS **********************************************************/
|
||||||
|
|
||||||
|
#ifndef _MINIHAL_
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
NTAPI
|
NTAPI
|
||||||
HalpOpenRegistryKey(IN PHANDLE KeyHandle,
|
HalpOpenRegistryKey(IN PHANDLE KeyHandle,
|
||||||
|
@ -58,6 +59,7 @@ HalpOpenRegistryKey(IN PHANDLE KeyHandle,
|
||||||
/* We're done */
|
/* We're done */
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
|
|
Loading…
Reference in a new issue