|
Boost Users : |
Subject: Re: [Boost-users] [Thread] Version 1.66.0 incompatible with ISOLATION_AWARE_ENABLED
From: Simonp (simon_at_[hidden])
Date: 2018-02-28 11:34:07
Boost 1.66 added it's own Windows API definitions to allow compilation
without the Windows SDK. You can override this by defining
BOOST_USE_WINDOWS_H.
We fixed the same error by using this in out precompiled header:
#define ISOLATION_AWARE_ENABLED 1
#define BOOST_USE_WINDOWS_H 1
<Windows include files>
<Boost include files
-- Sent from: http://boost.2283326.n4.nabble.com/Boost-Users-f2553780.html
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net