Stubs needed by some Windows Update Installs

Robert Shearman R.J.Shearman at warwick.ac.uk
Tue Mar 16 11:36:08 CST 2004


Dmitry Timoshkov wrote:
> "Aric Stewart" <aric at codeweavers.com> wrote:
>
> > @@ -297,7 +297,7 @@
> >  @ stub SetupSetSourceListA
> >  @ stub SetupSetSourceListW
> >  @ stdcall SetupTermDefaultQueueCallback(ptr)
> > -@ stub SetupTerminateFileLog
> > +@ stdcall SetupTerminateFileLog(ptr)
>
> The argument here should be 'long'.

No, Aric is correct, although it doesn't make a difference on the 32-bit
Intel platform. On others sizeof(long) might not be equal to sizeof(void*)
and "void *" is the real type of handles.

Rob





More information about the wine-devel mailing list