mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00: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