André Hentschel : propsys: Fix PSGetPropertyDescriptionListFromString spec file entry.
Module: wine Branch: master Commit: 8e273c8f8a6150c299b53f0ff036fd87f542aa5d URL: http://source.winehq.org/git/wine.git/?a=commit;h=8e273c8f8a6150c299b53f0ff0... Author: André Hentschel <nerv(a)dawncrow.de> Date: Wed Feb 22 23:23:11 2017 +0100 propsys: Fix PSGetPropertyDescriptionListFromString spec file entry. Signed-off-by: André Hentschel <nerv(a)dawncrow.de> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/propsys/propsys.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/propsys/propsys.spec b/dlls/propsys/propsys.spec index 674df2cb..582308f 100644 --- a/dlls/propsys/propsys.spec +++ b/dlls/propsys/propsys.spec @@ -81,7 +81,7 @@ @ stub PSGetNamedPropertyFromPropertyStorage @ stdcall PSGetPropertyDescription(ptr ptr ptr) @ stub PSGetPropertyDescriptionByName -@ stdcall PSGetPropertyDescriptionListFromString(ptr ptr ptr) +@ stdcall PSGetPropertyDescriptionListFromString(wstr ptr ptr) @ stub PSGetPropertyFromPropertyStorage @ stub PSGetPropertyKeyFromName @ stdcall PSGetPropertySystem(ptr ptr)
participants (1)
-
Alexandre Julliard