X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=ntoskrnl%2Fob%2Fntobj.c;h=163fd4e4f60e8a0bb5111f5666b7ce0679820052;hp=dc71229b03cf78ce73281e63cec86d52350186c1;hb=4d91663d5e67050b9b1ce65716220e01b3f10f22;hpb=96a067e78df83e12aa5603cbe9d637a791391958 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 */