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 pGetCurrentPacket and you appear to have guessed correctly.
Cheers, Ken
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.