Raphael fenix@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?