bootstrap
[reactos.git] / ntoskrnl / io / device.c
index a2ebf77..36b4a09 100644 (file)
@@ -35,6 +35,8 @@
 
 /* FUNCTIONS ***************************************************************/
 
+#ifndef LIBCAPTIVE
+
 NTSTATUS STDCALL
 IoAttachDeviceByPointer(IN PDEVICE_OBJECT SourceDevice,
                        IN PDEVICE_OBJECT TargetDevice)
@@ -580,6 +582,7 @@ IopCreateDevice(PVOID ObjectBody,
    return(STATUS_SUCCESS);
 }
 
+#endif /* LIBCAPTIVE */
 
 NTSTATUS STDCALL
 IoCreateDevice(PDRIVER_OBJECT DriverObject,
@@ -706,6 +709,7 @@ IoCreateDevice(PDRIVER_OBJECT DriverObject,
   return(STATUS_SUCCESS);
 }
 
+#ifndef LIBCAPTIVE
 
 NTSTATUS
 STDCALL
@@ -733,5 +737,6 @@ IoQueryDeviceEnumInfo (
   return 0;
 }
 
+#endif /* LIBCAPTIVE */
 
 /* EOF */