mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Build stub HAL with w32api
svn path=/trunk/; revision=16035
This commit is contained in:
parent
01251016ad
commit
a5579f945f
2 changed files with 6 additions and 4 deletions
|
@ -737,7 +737,7 @@ KdPortEnableInterrupts()
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
#undef KeAcquireSpinLock
|
||||
VOID
|
||||
STDCALL
|
||||
KeAcquireSpinLock(
|
||||
|
@ -797,7 +797,7 @@ KeGetCurrentIrql(VOID)
|
|||
return (KIRQL)0;
|
||||
}
|
||||
|
||||
|
||||
#undef KeLowerIrql
|
||||
VOID
|
||||
STDCALL
|
||||
KeLowerIrql(
|
||||
|
@ -821,7 +821,7 @@ KeQueryPerformanceCounter(
|
|||
return Value;
|
||||
}
|
||||
|
||||
|
||||
#undef KeRaiseIrql
|
||||
VOID
|
||||
STDCALL
|
||||
KeRaiseIrql(
|
||||
|
@ -851,7 +851,7 @@ KeRaiseIrqlToSynchLevel(VOID)
|
|||
return (KIRQL)0;
|
||||
}
|
||||
|
||||
|
||||
#undef KeReleaseSpinLock
|
||||
VOID
|
||||
STDCALL
|
||||
KeReleaseSpinLock(
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
<importlibrary basename="hal" definition="hal.def" />
|
||||
<include base="ntoskrnl">include</include>
|
||||
<library>ntoskrnl</library>
|
||||
<define name="_NTOSKRNL_" />
|
||||
<define name="__USE_W32API" />
|
||||
<file>hal.c</file>
|
||||
<file>hal.rc</file>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue