Re: cleanup w->a cross calls in printdrv

2004-08-29 Thread Huw D M Davies
On Sat, Aug 28, 2004 at 04:27:12PM -0400, James Hawkins wrote: > Index: dlls/gdi/gdi_private.h > === > RCS file: /home/wine/wine/dlls/gdi/gdi_private.h,v > retrieving revision 1.14 > diff -u -r1.14 gdi_private.h > --- dlls/gdi/gdi_priv

cleanup w->a cross calls in printdrv

2004-08-28 Thread James Hawkins
I want to send this through wine-devel first to see if there are any problems with it. In gdi_private.h I had to change the parameters that pStartDoc accepted from DOCINFOA to DOCINFOW. I know I shouldn't change public api headers, but this one is private so the change seems acceptable. If it's