4 Mar
2005
4 Mar
'05
10:56 a.m.
Raphael <fenix(a)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(a)winehq.org