mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 19:25:36 +00:00
[DDK]
ExInitializePushLock is NTAPI! svn path=/trunk/; revision=65627
This commit is contained in:
@@ -5213,6 +5213,7 @@ KeRemoveQueueEx(
|
||||
#define ExDisableResourceBoost ExDisableResourceBoostLite
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
ExInitializePushLock(
|
||||
_Out_ PEX_PUSH_LOCK PushLock);
|
||||
|
||||
|
||||
@@ -379,6 +379,7 @@ $if (_NTIFS_)
|
||||
#define ExDisableResourceBoost ExDisableResourceBoostLite
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
ExInitializePushLock(
|
||||
_Out_ PEX_PUSH_LOCK PushLock);
|
||||
$endif (_NTIFS_)
|
||||
|
||||
Reference in New Issue
Block a user