mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-24 14:09:56 +00:00
19b89432eb
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. |
||
---|---|---|
.. | ||
capstone | ||
windowsce |