Some additional functionality is available with MinGW+GCC-3.4.2.

[SVN r30983]
This commit is contained in:
Rene Rivera
2005-09-14 13:42:25 +00:00
parent 2d1e146501
commit a0536d7f2b

View File

@@ -24,6 +24,12 @@
# define __STDC_LIMIT_MACROS # define __STDC_LIMIT_MACROS
#endif #endif
#if defined(__MINGW32__) && ((__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 4)))
# define BOOST_HAS_MS_INT64
# define BOOST_HAS_DIRENT_H
# define BOOST_HAS_UNISTD_H
#endif
// //
// Win32 will normally be using native Win32 threads, // Win32 will normally be using native Win32 threads,
// but there is a pthread library avaliable as an option, // but there is a pthread library avaliable as an option,