Changelog * dlls/shlwapi/shlwapi.spec Fix signature of SHLWAPI_334 (late bound to shell32.SHGetPathFromIDListW) as its string parameter really is an output. Index: dlls/shlwapi/shlwapi.spec =================================================================== RCS file: /home/wine/wine/dlls/shlwapi/shlwapi.spec,v retrieving revision 1.62 diff -u -r1.62 shlwapi.spec --- dlls/shlwapi/shlwapi.spec 6 Dec 2002 19:50:26 -0000 1.62 +++ dlls/shlwapi/shlwapi.spec 7 Dec 2002 21:14:19 -0000 @@ -331,7 +331,7 @@ 331 stub @ 332 forward @ user32.CallMsgFilterW 333 stdcall @(ptr) SHLWAPI_333 -334 stdcall @(ptr wstr) SHLWAPI_334 +334 stdcall @(ptr ptr) SHLWAPI_334 335 stdcall @(ptr) SHLWAPI_335 336 stdcall @(ptr) SHLWAPI_336 337 stdcall @(wstr long ptr ptr long) SHLWAPI_337