+Initialize DISPATCHER_HEADER reactos subsystem
authorshort <>
Tue, 25 Mar 2003 12:33:57 +0000 (12:33 +0000)
committershort <>
Tue, 25 Mar 2003 12:33:57 +0000 (12:33 +0000)
src/libcaptive/client/init.c

index 0a86ded..96f3003 100644 (file)
@@ -221,6 +221,10 @@ GIOStatus erriostatus;
                /* create default nls tables */
                RtlpInitNlsTables();
                /*...*/
+               /* KeInit2() */
+                       /*...*/
+                       KeInitializeDispatcher();
+                       /*...*/
                KeLowerIrql(PASSIVE_LEVEL);
                errbool=SeInit1();
                g_assert(errbool==TRUE);