mirror of
https://github.com/reactos/reactos.git
synced 2025-05-16 15:50:24 +00:00
[DDK]
ExInitializePushLock is NTAPI! svn path=/trunk/; revision=65627
This commit is contained in:
parent
65836ff301
commit
d4579fbe00
2 changed files with 2 additions and 0 deletions
|
@ -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_)
|
||||
|
|
Loading…
Reference in a new issue