diff options
author | Shauren <shauren.trinity@gmail.com> | 2021-12-08 19:02:59 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-08 19:03:33 +0100 |
commit | 7b6c1c407e3c3efbd1d61f71eda0dcb5d54a0387 (patch) | |
tree | 2eb7a5bb515f6996c013445ca0850ddfde1e5e1d /src | |
parent | 84764447ca20e5a80b45136f08940fe65ac97f69 (diff) |
Core/Misc: Exclude boost 1.78 and newer from boost_1_73_process_windows_nopch hack
(cherry picked from commit a93776728987e3ffa220e8fe5be73a34c5e3f965)
Diffstat (limited to 'src')
-rw-r--r-- | src/common/Hacks/boost_1_73_process_windows_nopch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Hacks/boost_1_73_process_windows_nopch.h b/src/common/Hacks/boost_1_73_process_windows_nopch.h index 7d5bcec3d68..aef7183dd82 100644 --- a/src/common/Hacks/boost_1_73_process_windows_nopch.h +++ b/src/common/Hacks/boost_1_73_process_windows_nopch.h @@ -21,7 +21,7 @@ #include "CompilerDefs.h" #include <boost/version.hpp> -#if TRINITY_PLATFORM == TRINITY_PLATFORM_WINDOWS && BOOST_VERSION >= 107300 +#if TRINITY_PLATFORM == TRINITY_PLATFORM_WINDOWS && BOOST_VERSION >= 107300 && BOOST_VERSION < 107800 // __kernel_entry for boost/process/detail/windows/handle_workaround.hpp // DWORD for boost/process/detail/windows/handles.hpp #include <windows.h> |