+ntoskrnl/io/create.c
authorshort <>
Sat, 2 Nov 2002 23:46:40 +0000 (23:46 +0000)
committershort <>
Sat, 2 Nov 2002 23:46:40 +0000 (23:46 +0000)
ntoskrnl/io/create.c

index e2a0400..d9cda07 100644 (file)
@@ -26,6 +26,8 @@
 
 /* FUNCTIONS *************************************************************/
 
+#ifndef LIBCAPTIVE
+
 /**********************************************************************
  * NAME                                                        EXPORTED
  *     NtDeleteFile@4
@@ -225,6 +227,7 @@ IoCreateStreamFileObject(PFILE_OBJECT FileObject,
   return(CreatedFileObject);
 }
 
+#endif /* LIBCAPTIVE */
 
 /**********************************************************************
  * NAME                                                        EXPORTED
@@ -445,6 +448,7 @@ IoCreateFile(OUT    PHANDLE                 FileHandle,
    return (Status);
 }
 
+#ifndef LIBCAPTIVE
 
 /**********************************************************************
  * NAME                                                        EXPORTED
@@ -551,4 +555,6 @@ NtOpenFile(PHANDLE FileHandle,
                       0);
 }
 
+#endif /* LIBCAPTIVE */
+
 /* EOF */