André Hentschel : compstui: Fix SetCPSUIUserData spec file entry.
Module: wine Branch: master Commit: 1791b7d6ad7a9a08ef702c4b6676ab779f3b5b3a URL: http://source.winehq.org/git/wine.git/?a=commit;h=1791b7d6ad7a9a08ef702c4b66... Author: André Hentschel <nerv(a)dawncrow.de> Date: Fri Jan 20 21:11:49 2017 +0100 compstui: Fix SetCPSUIUserData spec file entry. Signed-off-by: André Hentschel <nerv(a)dawncrow.de> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/compstui/compstui.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/compstui/compstui.spec b/dlls/compstui/compstui.spec index 08fdb47..7ba72a5 100644 --- a/dlls/compstui/compstui.spec +++ b/dlls/compstui/compstui.spec @@ -1,4 +1,4 @@ @ stdcall CommonPropertySheetUIA(long ptr long ptr) @ stdcall CommonPropertySheetUIW(long ptr long ptr) @ stdcall GetCPSUIUserData(long) -@ stdcall SetCPSUIUserData(long ptr) +@ stdcall SetCPSUIUserData(long long)
participants (1)
-
Alexandre Julliard