mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-01-24 23:36:30 +00:00
fix some warnings on VS2010 on redefining INTxx_MIN, INTxx_MAX
This commit is contained in:
parent
9f78ef2f70
commit
52fa6009e4
@ -37,7 +37,7 @@ typedef unsigned char bool;
|
||||
#if defined(CAPSTONE_HAS_OSXKERNEL) || (defined(_MSC_VER) && (_MSC_VER <= 1700 || defined(_KERNEL_MODE)))
|
||||
// this system does not have inttypes.h
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER <= 1700 || defined(_KERNEL_MODE))
|
||||
#if defined(_MSC_VER) && (_MSC_VER < 1600 || defined(_KERNEL_MODE))
|
||||
// this system does not have stdint.h
|
||||
typedef signed char int8_t;
|
||||
typedef signed short int16_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user