mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 03:31:43 +00:00
Fix the horribly broken SetProgramWindow implementation
svn path=/trunk/; revision=23218
This commit is contained in:
parent
da390966cc
commit
a6bd824e02
1 changed files with 1 additions and 1 deletions
|
@ -1582,7 +1582,7 @@ HWND
|
|||
STDCALL
|
||||
SetProgmanWindow(HWND hWnd)
|
||||
{
|
||||
return NtUserCallHwndOpt(hWnd, HWNDOPT_ROUTINE_SETTASKMANWINDOW);
|
||||
return NtUserCallHwndOpt(hWnd, HWNDOPT_ROUTINE_SETPROGMANWINDOW);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue