mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:56:26 +00:00
Fix HALMP build
svn path=/trunk/; revision=24989
This commit is contained in:
parent
58809635ad
commit
d59a0757d9
1 changed files with 11 additions and 0 deletions
|
@ -176,6 +176,17 @@ KeAcquireQueuedSpinLock(IN PKLOCK_QUEUE_HANDLE LockHandle)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
KIRQL
|
||||
FASTCALL
|
||||
KeAcquireQueuedSpinLockRaiseToSynch(IN KSPIN_LOCK_QUEUE_NUMBER LockNumber)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue