Don't include <stdint.h>, it's not available when compiling with MSVC 2008 and we don't need it in the first place - just cast the argument to `char *` rather than `uintptr_t`. Fixes #893.