mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[CONSRV]
- Initialize the per-process structure size : fixes console initialization. svn path=/branches/ros-csrss/; revision=57702
This commit is contained in:
@@ -459,7 +459,7 @@ CSR_SERVER_DLL_INIT(ConServerDllInitialization)
|
||||
LoadedServerDll->DispatchTable = ConsoleServerApiDispatchTable;
|
||||
LoadedServerDll->ValidTable = ConsoleServerApiServerValidTable;
|
||||
LoadedServerDll->NameTable = ConsoleServerApiNameTable;
|
||||
LoadedServerDll->SizeOfProcessData = 0;
|
||||
LoadedServerDll->SizeOfProcessData = sizeof(CONSOLE_PROCESS_DATA);
|
||||
LoadedServerDll->ConnectCallback = NULL;
|
||||
LoadedServerDll->DisconnectCallback = Win32CsrReleaseConsole;
|
||||
LoadedServerDll->NewProcessCallback = ConsoleNewProcess;
|
||||
|
||||
Reference in New Issue
Block a user