bootstrap
[reactos.git] / ntoskrnl / ke / kqueue.c
index 6c8d685..859a01e 100644 (file)
@@ -17,6 +17,8 @@
 
 /* FUNCTIONS *****************************************************************/
 
+#ifndef LIBCAPTIVE
+
 VOID 
 InsertBeforeEntryInList(PLIST_ENTRY Head, PLIST_ENTRY After, PLIST_ENTRY Entry)
 {
@@ -137,6 +139,8 @@ KeRemoveDeviceQueue (
    return(entry);
 }
 
+#endif /* LIBCAPTIVE */
+
 VOID
 STDCALL
 KeInitializeDeviceQueue (
@@ -154,6 +158,8 @@ KeInitializeDeviceQueue (
    KeInitializeSpinLock(&DeviceQueue->Lock);
 }
 
+#ifndef LIBCAPTIVE
+
 BOOLEAN
 STDCALL
 KeInsertDeviceQueue (
@@ -196,3 +202,5 @@ KeRemoveEntryDeviceQueue(PKDEVICE_QUEUE DeviceQueue,
   UNIMPLEMENTED;
   return(FALSE);
 }
+
+#endif /* LIBCAPTIVE */