+ExAcquireSharedStarveExclusive()
authorshort <>
Wed, 20 Nov 2002 02:03:35 +0000 (02:03 +0000)
committershort <>
Wed, 20 Nov 2002 02:03:35 +0000 (02:03 +0000)
ntoskrnl/ex/resource.c

index 4e90578..fc0e42c 100644 (file)
@@ -200,7 +200,6 @@ static BOOLEAN EiRemoveSharedOwner(PERESOURCE Resource,
    return(FALSE);
 }
 
-#ifndef LIBCAPTIVE
 
 static BOOLEAN EiAddSharedOwner(PERESOURCE Resource)
 /*
@@ -316,6 +315,8 @@ static BOOLEAN EiAddSharedOwner(PERESOURCE Resource)
    return(TRUE);
 }
 
+#ifndef LIBCAPTIVE
+
 BOOLEAN
 STDCALL
 ExAcquireResourceSharedLite (
@@ -464,6 +465,8 @@ ExGetExclusiveWaiterCount (
   return(Resource->NumberOfExclusiveWaiters);
 }
 
+#endif /* LIBCAPTIVE */
+
 BOOLEAN
 STDCALL
 ExAcquireSharedStarveExclusive (
@@ -536,6 +539,8 @@ ExAcquireSharedStarveExclusive (
    return(TRUE);
 }
 
+#ifndef LIBCAPTIVE
+
 BOOLEAN
 STDCALL
 ExAcquireSharedWaitForExclusive (