mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[csrss]
- Route unhandled messages to DefWndProc, as it's usually done for every window proc. svn path=/trunk/; revision=43935
This commit is contained in:
@@ -110,6 +110,9 @@ DtbgWindowProc(HWND Wnd, UINT Msg, WPARAM wParam, LPARAM lParam)
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
default:
|
||||
return DefWindowProcW(Wnd, Msg, wParam, lParam);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user