Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #define BOOST_PLATFORM "Win32"
00014
00015
00016 #if defined(__MINGW32__)
00017 # include <_mingw.h>
00018 #endif
00019
00020 #if defined(__GNUC__) && !defined(BOOST_NO_SWPRINTF)
00021 # define BOOST_NO_SWPRINTF
00022 #endif
00023
00024 #if !defined(__GNUC__) && !defined(BOOST_HAS_DECLSPEC)
00025 # define BOOST_HAS_DECLSPEC
00026 #endif
00027
00028 #if defined(__MINGW32__) && ((__MINGW32_MAJOR_VERSION > 2) || ((__MINGW32_MAJOR_VERSION == 2) && (__MINGW32_MINOR_VERSION >= 0)))
00029 # define BOOST_HAS_STDINT_H
00030 # define __STDC_LIMIT_MACROS
00031 # define BOOST_HAS_DIRENT_H
00032 # define BOOST_HAS_UNISTD_H
00033 #endif
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045 #ifdef _WIN32_WCE
00046 # define BOOST_NO_ANSI_APIS
00047 #endif
00048
00049 #ifndef BOOST_HAS_PTHREADS
00050 # define BOOST_HAS_WINTHREADS
00051 #endif
00052
00053 #ifndef BOOST_DISABLE_WIN32
00054
00055 #define BOOST_HAS_FTIME
00056 #define BOOST_WINDOWS 1
00057
00058 #endif