Ticket #12420: boost_1_61_0.patch

File boost_1_61_0.patch, 673 bytes (added by frederic.bron@…, 6 years ago)

Proposed patch

  • boost/system/api_config.hpp

    diff -r -u boost_1_61_0-1/boost/system/api_config.hpp boost_1_61_0-2/boost/system/api_config.hpp
    old new  
    3333//    Standalone MinGW and all other known Windows compilers do predefine _WIN32
    3434//    Compilers that predefine _WIN32 or __MINGW32__ do so for Windows 64-bit builds too.
    3535
    36 # if defined(_WIN32) || defined(__CYGWIN__) // Windows default, including MinGW and Cygwin
     36# if defined(_WIN32) // Windows default, including MinGW
    3737#   define BOOST_WINDOWS_API
    3838# else
    3939#   define BOOST_POSIX_API