mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[CONSRV]: Add a DPRINT for diagnostics purposes...
svn path=/branches/condrv_restructure/; revision=63831
This commit is contained in:
parent
7a1f204af1
commit
18897fd933
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue