win32.hpp BOOST_PLATFORM "Win32" BOOST_HAS_DECLSPEC BOOST_SYMBOL_EXPORT __declspec(dllexport) BOOST_SYMBOL_IMPORT __declspec(dllimport) BOOST_HAS_WINTHREADS BOOST_HAS_FTIME BOOST_WINDOWS 1 //(C)CopyrightJohnMaddock2001-2003. //(C)CopyrightBillKempf2001. //(C)CopyrightAlekseyGurtovoy2003. //(C)CopyrightReneRivera2005. //Use,modificationanddistributionaresubjecttothe //BoostSoftwareLicense,Version1.0.(Seeaccompanyingfile //LICENSE_1_0.txtorcopyathttp://www.boost.org/LICENSE_1_0.txt) //Seehttp://www.boost.orgformostrecentversion. //Win32specificconfigoptions: #defineBOOST_PLATFORM"Win32" //GettheinformationabouttheMinGWruntime,i.e.__MINGW32_*VERSION. #ifdefined(__MINGW32__) #include<_mingw.h> #endif #ifdefined(__GNUC__)&&!defined(BOOST_NO_SWPRINTF) #defineBOOST_NO_SWPRINTF #endif //DefaultdefinesforBOOST_SYMBOL_EXPORTandBOOST_SYMBOL_IMPORT //Ifacompilerdoesn'tsupport__declspec(dllexport)/__declspec(dllimport), //itsboost/config/compiler/filemustdefineBOOST_SYMBOL_EXPORTand //BOOST_SYMBOL_IMPORT #ifndefBOOST_SYMBOL_EXPORT #defineBOOST_HAS_DECLSPEC #defineBOOST_SYMBOL_EXPORT__declspec(dllexport) #defineBOOST_SYMBOL_IMPORT__declspec(dllimport) #endif #ifdefined(__MINGW32__)&&((__MINGW32_MAJOR_VERSION>2)||((__MINGW32_MAJOR_VERSION==2)&&(__MINGW32_MINOR_VERSION>=0))) #defineBOOST_HAS_STDINT_H #define__STDC_LIMIT_MACROS #defineBOOST_HAS_DIRENT_H #defineBOOST_HAS_UNISTD_H #endif #ifdefined(__MINGW32__)&&(__GNUC__>=4) #defineBOOST_HAS_EXPM1 #defineBOOST_HAS_LOG1P #defineBOOST_HAS_GETTIMEOFDAY #endif // //Win32willnormallybeusingnativeWin32threads, //butthereisapthreadlibraryavaliableasanoption, //weusedtodisablethiswhenBOOST_DISABLE_WIN32was //definedbutnolonger-thisshouldallowsome //filestobecompiledinstrictmode-whilemaintaining //aconsistentsettingofBOOST_HAS_THREADSacross //alltranslationunits(neededforshared_ptretc). // #ifdef_WIN32_WCE #defineBOOST_NO_ANSI_APIS #endif #ifndefBOOST_HAS_PTHREADS #defineBOOST_HAS_WINTHREADS #endif #ifndefBOOST_DISABLE_WIN32 //WEK:Added #defineBOOST_HAS_FTIME #defineBOOST_WINDOWS1 #endif