On Friday 04 March 2005 11:56, Alexandre Julliard wrote:
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?
No it doesnt directly calls winspool but msdn reference say that is how it works. how we can do it ?
Regards, Raphael