+ntoskrnl/ke/queue.c
authorshort <>
Tue, 8 Apr 2003 17:41:28 +0000 (17:41 +0000)
committershort <>
Tue, 8 Apr 2003 17:41:28 +0000 (17:41 +0000)
 - +KeInitializeQueue()

ntoskrnl/ke/queue.c

index bb6279e..1f0d4b4 100644 (file)
@@ -51,6 +51,7 @@ KeInitializeQueue(IN PKQUEUE Queue,
   Queue->MaximumCount = (Count == 0) ? (ULONG) KeNumberProcessors : Count;
 }
 
+#ifndef LIBCAPTIVE
 
 LONG STDCALL
 KeReadStateQueue(IN PKQUEUE Queue)
@@ -94,4 +95,6 @@ KeRundownQueue(IN PKQUEUE Queue)
   return NULL;
 }
 
+#endif /* LIBCAPTIVE */
+
 /* EOF */