mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 23:18:39 +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
|
#define ExDisableResourceBoost ExDisableResourceBoostLite
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
|
NTAPI
|
||||||
ExInitializePushLock(
|
ExInitializePushLock(
|
||||||
_Out_ PEX_PUSH_LOCK PushLock);
|
_Out_ PEX_PUSH_LOCK PushLock);
|
||||||
|
|
||||||
|
|
|
@ -379,6 +379,7 @@ $if (_NTIFS_)
|
||||||
#define ExDisableResourceBoost ExDisableResourceBoostLite
|
#define ExDisableResourceBoost ExDisableResourceBoostLite
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
|
NTAPI
|
||||||
ExInitializePushLock(
|
ExInitializePushLock(
|
||||||
_Out_ PEX_PUSH_LOCK PushLock);
|
_Out_ PEX_PUSH_LOCK PushLock);
|
||||||
$endif (_NTIFS_)
|
$endif (_NTIFS_)
|
||||||
|
|
Loading…
Reference in a new issue