Aric Stewart : user32: Remove SetWindowText export.
Module: wine Branch: master Commit: 77fdee8a2eaa60495603c58f0e90061a4f2dcb67 URL: http://source.winehq.org/git/wine.git/?a=commit;h=77fdee8a2eaa60495603c58f0e... Author: Aric Stewart <aric(a)codeweavers.com> Date: Wed Mar 9 11:45:33 2011 -0600 user32: Remove SetWindowText export. --- dlls/user32/user32.spec | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dlls/user32/user32.spec b/dlls/user32/user32.spec index c89b710..104ca86 100644 --- a/dlls/user32/user32.spec +++ b/dlls/user32/user32.spec @@ -676,7 +676,6 @@ @ stdcall SetWindowPos(long long long long long long long) @ stdcall SetWindowRgn(long long long) @ stdcall SetWindowStationUser(long long) -@ stdcall SetWindowText(long str) SetWindowTextA @ stdcall SetWindowTextA(long str) @ stdcall SetWindowTextW(long wstr) @ stdcall SetWindowWord(long long long)
participants (1)
-
Alexandre Julliard