[User32] Return Default Window Procedure for WM_DEVICECHANGE

See CORE-16492.
This commit is contained in:
James Tabor 2020-04-11 17:58:38 -05:00
parent 1e0bb66452
commit 7772f97241
2 changed files with 6 additions and 0 deletions

View file

@ -547,6 +547,9 @@ IntDefWindowProc(
switch (Msg)
{
case WM_DEVICECHANGE:
return TRUE;
case WM_GETTEXTLENGTH:
{
PWSTR buf;

View file

@ -328,6 +328,9 @@ User32DefWindowProc(HWND hWnd,
switch (Msg)
{
case WM_DEVICECHANGE:
return TRUE;
case WM_POPUPSYSTEMMENU:
{
/* This is an undocumented message used by the windows taskbar to