To:                     [EMAIL PROTECTED]
Copies to:              Wine Devel <[EMAIL PROTECTED]>
Subject:                Re: .spec forward problem
From:                   Alexandre Julliard <[EMAIL PROTECTED]>
Date sent:              03 Dec 2000 12:19:01 -0800

> 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.
Hmm, shlfolder is introduced for systems with a older version of shell32.dll.
I think we should use it just like it's done in cdlg32.c and get the function
with GetProcAdress. Bye the way: this way is used in several cases of 
functions within shell32 introduced in later versions.
I'm currently having a patch for comdlg32 and shell32 to the imports. Will 
send it soon.

Ciao

Juergen



Reply via email to