From 4d91663d5e67050b9b1ce65716220e01b3f10f22 Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 28 Mar 2003 09:49:08 +0000 Subject: [PATCH] +ntoskrnl/ob/ntobj.c - +internalNameBuilder() --- ntoskrnl/ob/ntobj.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ntoskrnl/ob/ntobj.c b/ntoskrnl/ob/ntobj.c index dc71229..163fd4e 100644 --- a/ntoskrnl/ob/ntobj.c +++ b/ntoskrnl/ob/ntobj.c @@ -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 */ -- 1.8.3.1