File indexing completed on 2025-01-18 09:30:07
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 #define BOOST_PLATFORM "Win32"
0014
0015
0016 #if defined(__MINGW32__)
0017 # include <_mingw.h>
0018 #endif
0019
0020 #if defined(__GNUC__) && !defined(BOOST_NO_SWPRINTF)
0021 # define BOOST_NO_SWPRINTF
0022 #endif
0023
0024
0025
0026
0027
0028 #ifndef BOOST_SYMBOL_EXPORT
0029 # define BOOST_HAS_DECLSPEC
0030 # define BOOST_SYMBOL_EXPORT __declspec(dllexport)
0031 # define BOOST_SYMBOL_IMPORT __declspec(dllimport)
0032 #endif
0033
0034 #if defined(__MINGW32__) && ((__MINGW32_MAJOR_VERSION > 2) || ((__MINGW32_MAJOR_VERSION == 2) && (__MINGW32_MINOR_VERSION >= 0)))
0035 # define BOOST_HAS_STDINT_H
0036 # ifndef __STDC_LIMIT_MACROS
0037 # define __STDC_LIMIT_MACROS
0038 # endif
0039 # define BOOST_HAS_DIRENT_H
0040 # define BOOST_HAS_UNISTD_H
0041 #endif
0042
0043 #if defined(__MINGW32__) && (__GNUC__ >= 4)
0044
0045
0046
0047
0048 # define BOOST_HAS_GETTIMEOFDAY
0049 #endif
0050
0051
0052
0053
0054
0055
0056
0057
0058
0059
0060 #ifndef BOOST_HAS_PTHREADS
0061 # define BOOST_HAS_WINTHREADS
0062 #endif
0063
0064
0065
0066
0067 #if defined(_WIN32_WCE) || defined(UNDER_CE)
0068 # define BOOST_NO_ANSI_APIS
0069
0070 # define BOOST_NO_SWPRINTF
0071 #else
0072 # define BOOST_HAS_GETSYSTEMTIMEASFILETIME
0073 # define BOOST_HAS_THREADEX
0074 # define BOOST_HAS_GETSYSTEMTIMEASFILETIME
0075 #endif
0076
0077
0078
0079
0080 #if defined(WINAPI_FAMILY) && \
0081 (WINAPI_FAMILY == WINAPI_FAMILY_APP || WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP)
0082 # define BOOST_NO_ANSI_APIS
0083 #endif
0084
0085 #ifndef BOOST_DISABLE_WIN32
0086
0087 #define BOOST_HAS_FTIME
0088 #define BOOST_WINDOWS 1
0089
0090 #endif