mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 17:08:23 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user