fix INT64_MAX build issue on linux

This commit is contained in:
Arvid Norberg 2012-07-31 16:39:12 +00:00
parent 1b69d6813e
commit e51a30f3dd
1 changed files with 1 additions and 0 deletions

View File

@ -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