[ADVAPI] SetSecurityInfo

Alexandre Julliard julliard at winehq.org
Fri Mar 4 04:56:14 CST 2005


Raphael <fenix at club-internet.fr> writes:

> On Friday 04 March 2005 00:45, Robert Shearman wrote:
> > I have made a few comments on the implementation below:
> > > SRCDIR    = @srcdir@
> > > VPATH     = @srcdir@
> > > MODULE    = advapi32.dll
> > >-IMPORTS   = kernel32 ntdll
> > >+IMPORTS   = winspool kernel32 ntdll
> >
> > Should be in DELAYIMPORTS. We don't want to slow down the loading of all
> > applications because of this one uncommon case.
> 
> I didn't known this wine makefile option :)
> Done

This doesn't look right at all, even with delayed imports. Do you have
evidence that Windows advapi32 calls into winspool?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list