mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[CONSRV]: Add a DPRINT for diagnostics purposes...
svn path=/branches/condrv_restructure/; revision=63831
This commit is contained in:
@@ -2329,6 +2329,7 @@ ConWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
||||
*/
|
||||
case WM_SETCONSOLEINFO:
|
||||
{
|
||||
DPRINT1("WM_SETCONSOLEINFO message\n");
|
||||
GuiApplyWindowsConsoleSettings(GuiData, (HANDLE)wParam);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user