+ntoskrnl/ob/ntobj.c
authorshort <>
Fri, 28 Mar 2003 09:49:08 +0000 (09:49 +0000)
committershort <>
Fri, 28 Mar 2003 09:49:08 +0000 (09:49 +0000)
 - +internalNameBuilder()

ntoskrnl/ob/ntobj.c

index dc71229..163fd4e 100644 (file)
@@ -20,6 +20,8 @@
 
 /* FUNCTIONS ************************************************************/
 
+#ifndef LIBCAPTIVE
+
 NTSTATUS
 STDCALL
 NtSetInformationObject (
@@ -32,6 +34,7 @@ NtSetInformationObject (
        UNIMPLEMENTED;
 }
 
+#endif /* LIBCAPTIVE */
 
 NTSTATUS
 internalNameBuilder
@@ -61,6 +64,8 @@ PUNICODE_STRING string)
        return STATUS_SUCCESS;
 }
 
+#ifndef LIBCAPTIVE
+
 NTSTATUS
 STDCALL
 NtQueryObject (
@@ -216,5 +221,6 @@ NtMakeTemporaryObject (
        return STATUS_SUCCESS;
 }
 
+#endif /* LIBCAPTIVE */
 
 /* EOF */