changed type for function ExIsResourceAcquiredSharedLite
authorjean <jean@svn.reactos.org>
Thu, 25 Mar 1999 14:13:05 +0000 (14:13 +0000)
committerjean <jean@svn.reactos.org>
Thu, 25 Mar 1999 14:13:05 +0000 (14:13 +0000)
svn path=/trunk/; revision=343

reactos/include/ddk/exfuncs.h

index ca491a8..b80fd52 100644 (file)
@@ -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);