[CONSRV]: Add a DPRINT for diagnostics purposes...

svn path=/branches/condrv_restructure/; revision=63831
This commit is contained in:
Hermès Bélusca-Maïto 2014-08-07 12:36:40 +00:00
parent 7a1f204af1
commit 18897fd933

View file

@ -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;
}