Huw Davies : uxtheme: Use 'ptr' instead of 'wstr' for [out] pointers.

Alexandre Julliard julliard at winehq.org
Thu Aug 25 10:39:37 CDT 2016


Module: wine
Branch: master
Commit: 839995d5e9afcbcdcd084eac3a8e6e48a2173eda
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=839995d5e9afcbcdcd084eac3a8e6e48a2173eda

Author: Huw Davies <huw at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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)




More information about the wine-cvs mailing list