Fix previous commit!

This commit is contained in:
jzmaddock
2016-03-31 09:08:54 +01:00
parent 743dc92612
commit 534ee17f3f

View File

@ -39,9 +39,11 @@
# define BOOST_NO_TYPEID
#endif
#if defined(__is_identifier) && !__is_identifier(__int64) && !defined(__GNUC__)
#ifdef __is_identifier
#if !__is_identifier(__int64) && !defined(__GNUC__)
# define BOOST_HAS_MS_INT64
#endif
#endif
#if __has_include(<stdint.h>)
# define BOOST_HAS_STDINT_H