Module: wine Branch: stable Commit: 0419864c4099b03660e4e0f0481145a4acd1360c URL: http://source.winehq.org/git/wine.git/?a=commit;h=0419864c4099b03660e4e0f048... Author: Aric Stewart <aric(a)codeweavers.com> Date: Wed Mar 9 11:45:33 2011 -0600 user32: Remove SetWindowText export. (cherry picked from commit 77fdee8a2eaa60495603c58f0e90061a4f2dcb67) --- 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 7f87a20..b22f9d6 100644 --- a/dlls/user32/user32.spec +++ b/dlls/user32/user32.spec @@ -674,7 +674,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)