From: short <> Date: Fri, 28 Mar 2003 09:49:08 +0000 (+0000) Subject: +ntoskrnl/ob/ntobj.c X-Git-Tag: captive-0_2~24 X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=commitdiff_plain;h=4d91663d5e67050b9b1ce65716220e01b3f10f22 +ntoskrnl/ob/ntobj.c - +internalNameBuilder() --- 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 */