X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=ntoskrnl%2Fob%2Fnamespc.c;h=c1b1c498645ea9a509616337464e162bdde152dc;hb=refs%2Ftags%2Fcaptive-0_8;hp=11fa27e05c12592eaada425bd894bba103f4cfbe;hpb=569875a61758c7ea252562281ac4d95dce52f252;p=reactos.git diff --git a/ntoskrnl/ob/namespc.c b/ntoskrnl/ob/namespc.c index 11fa27e..c1b1c49 100644 --- a/ntoskrnl/ob/namespc.c +++ b/ntoskrnl/ob/namespc.c @@ -415,6 +415,11 @@ ObInit(VOID) ObpCreateTypeObject(ObDirectoryType); ObpCreateTypeObject(ObTypeObjectType); + +#ifndef LIBCAPTIVE + /* Create 'symbolic link' object type */ + ObInitSymbolicLinkImplementation(); +#endif /* LIBCAPTIVE */ }