[PATCH 0/1] MR4577: user32: remove unneeded spec entry
Removes a commented stub entry in the spec file, which is already implemented -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4577
From: Vijay Kiran Kamuju <infyquest(a)gmail.com> --- dlls/user32/user32.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/user32/user32.spec b/dlls/user32/user32.spec index f6651c6c9e6..0c6acb4053e 100644 --- a/dlls/user32/user32.spec +++ b/dlls/user32/user32.spec @@ -672,7 +672,6 @@ @ stdcall -import SetCursorPos(long long) NtUserSetCursorPos @ stdcall SetDebugErrorLevel(long) @ stdcall SetDeskWallPaper(str) -# @ stub SetDeskWallpaper # @ stub SetDesktopBitmap @ stdcall SetDisplayConfig(long ptr long ptr long) @ stdcall SetDlgItemInt(long long long long) -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/4577
participants (2)
-
Vijay Kiran Kamuju -
Vijay Kiran Kamuju (@infyquest)