winspool.drv: implement semi-stub of EnumJobsW

Detlef Riekenberg wine.dev at web.de
Mon May 18 15:23:19 CDT 2009


On Mo, 2009-05-18 at 19:30 +0400, Vitaly Perov wrote:
> ---
>  dlls/winspool.drv/info.c |   36 +++++++++++++++++++++++++++++++++++-
>  1 files changed, 35 insertions(+), 1 deletions(-)


The correct location for an implementation is localspl.dll
For which Application did you changed the stub?

The important thing to decide first, what Wine is allowed to return:
a) Informations from Wine and from Host-OS
b) Informations from Wine only (will be empty most of the time)

The current code is using "b", but your Patch added:
c) Informations from the Host-OS only
which is not correct.

I'm fine to migrate from "b" to "a".


Thanks for working on printing.

-- 
 
By by ... Detlef




More information about the wine-devel mailing list