fix INT64_MAX build issue on linux
This commit is contained in:
parent
1b69d6813e
commit
e51a30f3dd
|
@ -50,6 +50,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#endif
|
||||
|
||||
#if !defined _MSC_VER || _MSC_VER >= 1600
|
||||
#define __STDC_LIMIT_MACROS 1
|
||||
#include <stdint.h> // for INT64_MAX
|
||||
#else
|
||||
#if !defined INT64_MAX
|
||||
|
|
Loading…
Reference in New Issue