mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-24 22:19:43 +00:00
6 lines
111 B
C
6 lines
111 B
C
#if defined(_MSC_VER) && _MSC_VER < 1700
|
|
#include "msvc/headers/inttypes.h"
|
|
#else
|
|
#include <inttypes.h>
|
|
#endif
|