Core/Misc: Exclude boost 1.78 and newer from boost_1_73_process_windows_nopch hack

(cherry picked from commit a937767289)
This commit is contained in:
Shauren
2021-12-08 19:02:59 +01:00
committed by Ovahlord
parent df2f390aab
commit e936255728

View File

@@ -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>