+call IoInitFileSystemImplementation()
authorshort <>
Fri, 1 Nov 2002 21:53:47 +0000 (21:53 +0000)
committershort <>
Fri, 1 Nov 2002 21:53:47 +0000 (21:53 +0000)
 - for ntoskrnl/io/fs.c

ntoskrnl/io/iomgr.c

index be4bf54..d35ce20 100644 (file)
@@ -270,8 +270,8 @@ VOID IoInit (VOID)
    */
   IoInitCancelHandling();
   IoInitSymbolicLinkImplementation();
-  IoInitFileSystemImplementation();
 #endif /* LIBCAPTIVE */
+  IoInitFileSystemImplementation();
   IoInitVpbImplementation();
   IoInitShutdownNotification();