mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
[User32] Return Default Window Procedure for WM_DEVICECHANGE
See CORE-16492.
This commit is contained in:
@@ -547,6 +547,9 @@ IntDefWindowProc(
|
||||
|
||||
switch (Msg)
|
||||
{
|
||||
case WM_DEVICECHANGE:
|
||||
return TRUE;
|
||||
|
||||
case WM_GETTEXTLENGTH:
|
||||
{
|
||||
PWSTR buf;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user