+ExDeleteResourceLite()
authorshort <>
Thu, 12 Dec 2002 03:42:41 +0000 (03:42 +0000)
committershort <>
Thu, 12 Dec 2002 03:42:41 +0000 (03:42 +0000)
ntoskrnl/ex/resource.c

index afd58bc..d69c2e6 100644 (file)
@@ -560,6 +560,8 @@ ExDeleteResource (
    return(ExDeleteResourceLite(Resource));
 }
 
+#endif /* LIBCAPTIVE */
+
 NTSTATUS
 STDCALL
 ExDeleteResourceLite (
@@ -573,6 +575,8 @@ ExDeleteResourceLite (
    return(STATUS_SUCCESS);;
 }
 
+#ifndef LIBCAPTIVE
+
 ULONG
 STDCALL
 ExGetSharedWaiterCount (