Switched to standard int pointer type for windows 64-bit compat
authorPete Batard <pbatard@gmail.com>
Mon, 1 Feb 2010 19:26:13 +0000 (19:26 +0000)
committerDaniel Drake <dan@reactivated.net>
Fri, 4 Jun 2010 00:28:52 +0000 (19:28 -0500)
commitf6d60a9a8fcf06629812da886e3a5de592624b61
tree162ed9937b815d244edb0bec0a5cfa73cde9d943
parenta2fa855ce3795e31905b255267874af0603168bc
Switched to standard int pointer type for windows 64-bit compat

On 64-bit Windows a pointer is 64 bit, but long is still 32 bit for
backwards compatibility.
uintptr_t nicely hides this difference and also works on Linux.

[dsd: add appropriate include]
libusb/descriptor.c
libusb/libusbi.h