Mercurial > mplayer.hg
view etc/inttypes.h @ 37183:eaa58d991a06
Use intptr_t to cast a pointer.
Avoids warnings especially when compiling for 64-bit Windows.
Patch by Stephen Sheldon [sfsheldo gmail].
author | reimar |
---|---|
date | Wed, 17 Sep 2014 16:55:09 +0000 |
parents | dae8bc96fb15 |
children |
line wrap: on
line source
// fallback if the user doesn't have inttypes.h (libc5 systems) #include <sys/bitypes.h>