[PATCH] winspool.drv: fake success in AddPrintProcessorA

Vijay Kiran Kamuju infyquest at gmail.com
Fri Apr 10 11:21:59 CDT 2020


On Fri, Apr 10, 2020 at 5:49 PM Zebediah Figura <zfigura at codeweavers.com> wrote:
>
> On 4/10/20 10:47 AM, Vijay Kiran Kamuju wrote:
> > On Fri, Apr 10, 2020 at 5:32 PM Zebediah Figura <z.figura12 at gmail.com> wrote:
> >>
> >> Should this just call AddPrintProcessorW() instead?
> >>
> > Yes, when have proper implementation of AddPrintProcessorW()
> >
>
> Any reason not to just do it now?
>
Currently its done to make the both AddPrintProcessorW and
AddPrintProcessorA return the same value and be in sync.
The calling W function from A function, has to be done with proper
checks and tests.
This can be done in later patches.



More information about the wine-devel mailing list