Huw Davies : uxtheme: Use 'ptr' instead of 'wstr' for [out] pointers.
Module: wine Branch: master Commit: 839995d5e9afcbcdcd084eac3a8e6e48a2173eda URL: http://source.winehq.org/git/wine.git/?a=commit;h=839995d5e9afcbcdcd084eac3a... Author: Huw Davies <huw(a)codeweavers.com> Date: Thu Aug 25 14:52:33 2016 +0100 uxtheme: Use 'ptr' instead of 'wstr' for [out] pointers. Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/uxtheme/uxtheme.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/uxtheme/uxtheme.spec b/dlls/uxtheme/uxtheme.spec index d4ea07a..7d2a7d7 100644 --- a/dlls/uxtheme/uxtheme.spec +++ b/dlls/uxtheme/uxtheme.spec @@ -67,7 +67,7 @@ @ stdcall GetBufferedPaintDC(ptr) @ stdcall GetBufferedPaintTargetDC(ptr) @ stdcall GetBufferedPaintTargetRect(ptr ptr) -@ stdcall GetCurrentThemeName(wstr long wstr long wstr long) +@ stdcall GetCurrentThemeName(ptr long ptr long ptr long) @ stdcall GetThemeAppProperties() @ stdcall GetThemeBackgroundContentRect(ptr ptr long long ptr ptr) @ stdcall GetThemeBackgroundExtent(ptr ptr long long ptr ptr)
participants (1)
-
Alexandre Julliard