From 77fdee8a2eaa60495603c58f0e90061a4f2dcb67 Mon Sep 17 00:00:00 2001 From: Aric Stewart Date: Wed, 9 Mar 2011 11:45:33 -0600 Subject: [PATCH] user32: Remove SetWindowText export. --- dlls/user32/user32.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/user32/user32.spec b/dlls/user32/user32.spec index c89b710055a..104ca860c02 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)