Correct .spec file parameters for some GDI32 APIs

Dmitry Timoshkov dmitry at baikal.ru
Fri Nov 30 08:16:53 CST 2001


Hello.

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    Correct .spec file parameters for GetTextExtentPoint32A,
    GetTextExtentPoint32W, GetTextExtentPointA and GetTextExtentPointW.

--- cvs/wine/dlls/gdi/gdi32.spec	Wed Mar 21 21:04:17 2001
+++ wine/dlls/gdi/gdi32.spec	Fri Nov 30 20:14:21 2001
@@ -271,10 +271,10 @@
 @ stdcall GetTextColor(long) GetTextColor
 @ stdcall GetTextExtentExPointA(long str long long ptr ptr ptr) GetTextExtentExPointA
 @ stdcall GetTextExtentExPointW(long wstr long long ptr ptr ptr) GetTextExtentExPointW
-@ stdcall GetTextExtentPoint32A(long ptr long ptr) GetTextExtentPoint32A
-@ stdcall GetTextExtentPoint32W(long ptr long ptr) GetTextExtentPoint32W
-@ stdcall GetTextExtentPointA(long ptr long ptr) GetTextExtentPointA
-@ stdcall GetTextExtentPointW(long ptr long ptr) GetTextExtentPointW
+@ stdcall GetTextExtentPoint32A(long str long ptr) GetTextExtentPoint32A
+@ stdcall GetTextExtentPoint32W(long wstr long ptr) GetTextExtentPoint32W
+@ stdcall GetTextExtentPointA(long str long ptr) GetTextExtentPointA
+@ stdcall GetTextExtentPointW(long wstr long ptr) GetTextExtentPointW
 @ stdcall GetTextFaceA(long long ptr) GetTextFaceA
 @ stdcall GetTextFaceW(long long ptr) GetTextFaceW
 @ stdcall GetTextMetricsA(long ptr) GetTextMetricsA






More information about the wine-patches mailing list