uxtheme: Use 'ptr' instead of 'wstr' for [out] pointers.
Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ce7a98e95c
commit
839995d5e9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue