Removed some more obsolete 32 suffixes.

diff --git a/include/winbase.h b/include/winbase.h
index 9b8ac1c..fdf8c80 100644
--- a/include/winbase.h
+++ b/include/winbase.h
@@ -1828,7 +1828,7 @@
 BOOL        WINAPI WriteProfileStringA(LPCSTR,LPCSTR,LPCSTR);
 BOOL        WINAPI WriteProfileStringW(LPCWSTR,LPCWSTR,LPCWSTR);
 #define     WriteProfileString WINELIB_NAME_AW(WriteProfileString)
-#define     Yield32()
+#define     Yield()
 LPSTR       WINAPI lstrcatA(LPSTR,LPCSTR);
 LPWSTR      WINAPI lstrcatW(LPWSTR,LPCWSTR);
 #define     lstrcat WINELIB_NAME_AW(lstrcat)