+ntoskrnl/ps/psmgr.c
authorshort <>
Mon, 10 Nov 2003 21:18:51 +0000 (21:18 +0000)
committershort <>
Mon, 10 Nov 2003 21:18:51 +0000 (21:18 +0000)
 - +PsGetVersion() for 'secdrv.sys'.

ntoskrnl/ps/psmgr.c

index 43a1253..3534749 100644 (file)
@@ -19,6 +19,7 @@
 
 /* FUNCTIONS ***************************************************************/
 
+#ifndef LIBCAPTIVE
 VOID PiShutdownProcessManager(VOID)
 {
    DPRINT("PiShutdownMemoryManager()\n");
@@ -35,6 +36,7 @@ VOID PiInitProcessManager(VOID)
    PsInitialiseSuspendImplementation();
    PsInitialiseW32Call();
 }
+#endif /* LIBCAPTIVE */
 
 
 /**********************************************************************
@@ -83,8 +85,10 @@ PsGetVersion (
        if (MinorVersion)
                *MinorVersion = KERNEL_VERSION_MINOR;
 
+#ifndef LIBCAPTIVE
        if (BuildNumber)
                *BuildNumber = NtBuildNumber;
+#endif /* LIBCAPTIVE */
 
        if (CSDVersion)
        {