capstone/include
Ben Cheney 7efaf351d2 Fix build under VS2012 (i.e. MSC_VER = 1700)
cstool.c currently imports inttypes.h, which breaks
building on older Visual Studio versions (I've been
testing 2012). This commit removes the explicit include
of inttypes.h, which is already handled in platform.h
(which is included by capstone.h). A define for the
function strtoull (used by cstool) has also been added
to platform.h for the case where MSC_VER <= 1700.

I don't know what effect this will have on OS X builds
as I'm unable to test on that platform.

Also, cstool.c doesn't need to include stdio.h
because it's already included by capstone.h.
2016-12-21 13:12:32 +10:30
..
arm64.h skip stdint.h when not available 2016-04-11 08:48:28 -07:00
arm.h fix annotation. 2016-09-07 09:37:14 +08:00
capstone.h add CS_VERSION_{MAJOR, MINOR, EXTRA} 2016-10-25 14:23:55 +08:00
mips.h skip stdint.h when not available 2016-04-11 08:48:28 -07:00
platform.h Fix build under VS2012 (i.e. MSC_VER = 1700) 2016-12-21 13:12:32 +10:30
ppc.h skip stdint.h when not available 2016-04-11 08:48:28 -07:00
sparc.h skip stdint.h when not available 2016-04-11 08:48:28 -07:00
systemz.h skip stdint.h when not available 2016-04-11 08:48:28 -07:00
x86.h x86: fix X86_REL_ADDR macro - handle two-byte jump instructions 2016-11-21 16:40:42 +01:00
xcore.h skip stdint.h when not available 2016-04-11 08:48:28 -07:00