Re: winex11.drv: Indirection level fix

2008-03-21 Thread Andrew Talbot
Ken Thomases wrote: > It's used in dlls/wintab32/wintab32.c via pGetCurrentPacket and you > appear to have guessed correctly. > > Cheers, > Ken Looking good! Thanks for this, Ken. -- Andy.

Re: winex11.drv: Indirection level fix

2008-03-21 Thread Ken Thomases
On Mar 21, 2008, at 10:30 AM, Andrew Talbot wrote: > It seems that either "packet" should not be a WTPACKET **, or the > first > parameter to the memcpy() should be *packet. Unable to find this > function being > used anywhere, I guessed the former. It's used in dlls/wintab32/wintab32.c via pG