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.