16 Sep
2004
16 Sep
'04
3:43 p.m.
Quoting "Dimitrie O. Paun" <dpaun(a)rogers.com>:
Once I got rid of the duplicate calls I ended up with 130.
What do you mean duplicate calls? Can you give a few examples of entries that you eliminated?
-- Dimi.
This is from the output of wine_crosscalls.pl dlls/winspool/info.c 1271 AddPrinterW: call to RegSetValueExA dlls/winspool/info.c 1285 AddPrinterW: call to RegSetValueExA dlls/winspool/info.c 1289 AddPrinterW: call to RegSetValueExA dlls/winspool/info.c 1291 AddPrinterW: call to RegSetValueExA dlls/winspool/info.c 1293 AddPrinterW: call to RegSetValueExA As you can see there are 5 times that AddPrinterW calls RegSetValueExA. I didn't think it would be right to list it 5 times. -- Tony Lambregts