mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
changed type for function ExIsResourceAcquiredSharedLite
svn path=/trunk/; revision=343
This commit is contained in:
parent
db7bc7b4e8
commit
867fa342e3
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ ULONG ExInterlockedExchangeUlong(PULONG Target,
|
||||||
INTERLOCKED_RESULT ExInterlockedIncrementLong(PLONG Addend,
|
INTERLOCKED_RESULT ExInterlockedIncrementLong(PLONG Addend,
|
||||||
PKSPIN_LOCK Lock);
|
PKSPIN_LOCK Lock);
|
||||||
BOOLEAN ExIsResourceAcquiredExclusiveLite(PERESOURCE Resource);
|
BOOLEAN ExIsResourceAcquiredExclusiveLite(PERESOURCE Resource);
|
||||||
BOOLEAN ExIsResourceAcquiredSharedLite(PERESOURCE Resource);
|
ULONG ExIsResourceAcquiredSharedLite(PERESOURCE Resource);
|
||||||
USHORT ExQueryDepthSListHead(PSLIST_HEADER SListHead);
|
USHORT ExQueryDepthSListHead(PSLIST_HEADER SListHead);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue