Andreas Mohr <[EMAIL PROTECTED]> writes:

> Hello all,
> 
> shfolder.spec:
> @ forward SHGetFolderPathA shell32.SHGetFolderPathA
> @ forward SHGetFolderPathW shell32.SHGetFolderPathW
> 
> This is all nice, but it'll fail horribly if run with native shell32,
> as it probably only contains SHGetFolderPath(), not ...A().

You could duplicate the implementation of these functions inside
shfolder, but we might just as well say that if you use native shell32
then you must use native shfolder too.

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to