Fix for __STDC_LIMIT_MACROS already defined.

Refs #7389.

[SVN r82998]
This commit is contained in:
John Maddock
2013-02-19 13:15:41 +00:00
parent 97b4d85e75
commit e1f956a762

View File

@ -33,7 +33,9 @@
#if defined(__MINGW32__) && ((__MINGW32_MAJOR_VERSION > 2) || ((__MINGW32_MAJOR_VERSION == 2) && (__MINGW32_MINOR_VERSION >= 0)))
# define BOOST_HAS_STDINT_H
# define __STDC_LIMIT_MACROS
# ifndef __STDC_LIMIT_MACROS
# define __STDC_LIMIT_MACROS
# endif
# define BOOST_HAS_DIRENT_H
# define BOOST_HAS_UNISTD_H
#endif