mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 02:54:19 +08:00
changed type for function ExIsResourceAcquiredSharedLite
svn path=/trunk/; revision=343
This commit is contained in:
@@ -146,7 +146,7 @@ ULONG ExInterlockedExchangeUlong(PULONG Target,
|
||||
INTERLOCKED_RESULT ExInterlockedIncrementLong(PLONG Addend,
|
||||
PKSPIN_LOCK Lock);
|
||||
BOOLEAN ExIsResourceAcquiredExclusiveLite(PERESOURCE Resource);
|
||||
BOOLEAN ExIsResourceAcquiredSharedLite(PERESOURCE Resource);
|
||||
ULONG ExIsResourceAcquiredSharedLite(PERESOURCE Resource);
|
||||
USHORT ExQueryDepthSListHead(PSLIST_HEADER SListHead);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user