Module: wine Branch: oldstable Commit: 1ae7e2441fd85ff69f3943efa359ef4515c7c597 URL: https://source.winehq.org/git/wine.git/?a=commit;h=1ae7e2441fd85ff69f3943efa...
Author: Alex Henrie alexhenrie24@gmail.com Date: Sun Aug 23 18:59:52 2020 -0600
user32: Comment out SetWindowFullScreenState.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49728 Signed-off-by: Alex Henrie alexhenrie24@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org (cherry picked from commit a13f78cca755a182c26ae197c696d8ebc27c82f1) Signed-off-by: Michael Stefaniuc mstefani@winehq.org
---
dlls/user32/user32.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/user32/user32.spec b/dlls/user32/user32.spec index 1aedc32de28..54b8b7d2d12 100644 --- a/dlls/user32/user32.spec +++ b/dlls/user32/user32.spec @@ -716,7 +716,7 @@ @ stdcall SetWindowCompositionAttribute(ptr ptr) @ stdcall SetWindowContextHelpId(long long) @ stdcall SetWindowDisplayAffinity(long long) -@ stub SetWindowFullScreenState +# @ stub SetWindowFullScreenState @ stdcall SetWindowLongA(long long long) @ stdcall -arch=win64 SetWindowLongPtrA(long long long) @ stdcall -arch=win64 SetWindowLongPtrW(long long long)