blob: 553c3f8f8e31b31ec0c0a0e71f36beda410dc13c [file] [log] [blame]
#if defined(_MSC_VER) && _MSC_VER <= 1700
#include "msvc/headers/inttypes.h"
#elif defined(CAPSTONE_HAS_OSXKERNEL)
/* this is a trimmed copy of system inttypes.h that doesn't exist
in OSX kernel framework headers */
#include "osxkernel_inttypes.h"
#else
#include <inttypes.h>
#endif