+initialize Cache Manager
authorshort <>
Sun, 10 Nov 2002 20:54:58 +0000 (20:54 +0000)
committershort <>
Sun, 10 Nov 2002 20:54:58 +0000 (20:54 +0000)
src/libcaptive/client/init.c

index 4b77bee..47208bf 100644 (file)
@@ -38,6 +38,7 @@
 #include "captive/storage.h"
 #include "captive/signal.h"    /* for captive_signal_init() */
 #include "reactos/ddk/psfuncs.h"       /* for PsGetCurrentThread() */
+#include "reactos/internal/cc.h"       /* for CcInit() */
 
 
 /* Are we initialized? */
@@ -118,6 +119,8 @@ IO_STATUS_BLOCK root_IoStatusBlock;
                        InitializeListHead(&ModuleListHead);
                        KeInitializeSpinLock(&ModuleListLock);
                        /* Part of reactos/ntoskrnl/ldr/loader.c/LdrInitModuleManagement ends. */
+               /*...*/
+               CcInit();
                /* Part of reactos/ntoskrnl/ke/main.c/ExpInitializeExecutive() ends. */
        /* Part of reactos/ntoskrnl/ke/main.c/KiSystemStartup() ends. */