mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
removed obsolete typecast in AllocConsole()
svn path=/trunk/; revision=13487
This commit is contained in:
@@ -1356,7 +1356,7 @@ BOOL STDCALL AllocConsole(VOID)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Request.Data.AllocConsoleRequest.CtrlDispatcher = (PCONTROLDISPATCHER) &ConsoleControlDispatcher;
|
||||
Request.Data.AllocConsoleRequest.CtrlDispatcher = ConsoleControlDispatcher;
|
||||
|
||||
Request.Type = CSRSS_ALLOC_CONSOLE;
|
||||
Status = CsrClientCallServer( &Request, &Reply, sizeof( CSRSS_API_REQUEST ), sizeof( CSRSS_API_REPLY ) );
|
||||
|
||||
Reference in New Issue
Block a user