10 Apr
2020
10 Apr
'20
5:21 p.m.
On Fri, Apr 10, 2020 at 5:49 PM Zebediah Figura <zfigura(a)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(a)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.