Bump boost to 1.88.0
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
// lib includes
|
||||
#include <boost/algorithm/string/join.hpp>
|
||||
#include <boost/process/v1.hpp>
|
||||
#include <MinHook.h>
|
||||
|
||||
// We have to include boost/process/v1.hpp before display.h due to WinSock.h,
|
||||
@@ -41,7 +40,6 @@ namespace platf {
|
||||
}
|
||||
|
||||
namespace platf::dxgi {
|
||||
namespace bp = boost::process;
|
||||
|
||||
/**
|
||||
* DDAPI-specific initialization goes here.
|
||||
|
||||
@@ -10,10 +10,16 @@
|
||||
#include <set>
|
||||
#include <sstream>
|
||||
|
||||
#ifndef BOOST_PROCESS_VERSION
|
||||
#define BOOST_PROCESS_VERSION 1
|
||||
#endif
|
||||
|
||||
// lib includes
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/asio/ip/address.hpp>
|
||||
#include <boost/process/v1.hpp>
|
||||
#include <boost/process/v1/child.hpp>
|
||||
#include <boost/process/v1/group.hpp>
|
||||
#include <boost/process/v1/environment.hpp>
|
||||
#include <boost/program_options/parsers.hpp>
|
||||
|
||||
// prevent clang format from "optimizing" the header include order
|
||||
@@ -1949,3 +1955,7 @@ static int setClipboardData(const std::wstring& utf16Str) {
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef BOOST_PROCESS_VERSION
|
||||
#undef BOOST_PROCESS_VERSION
|
||||
#endif
|
||||
@@ -1170,9 +1170,9 @@ std::vector< struct positionwidthheight*>rearrangeVirtualDisplayForLowerRight(st
|
||||
|
||||
// Utility function to match the DeviceString to the Display Names
|
||||
// Typical DeviceStrings are the driver names
|
||||
//
|
||||
//
|
||||
// Example: matchDisplay(L"SudoMaker Virtual Display Adapter")
|
||||
// Result: L"\\\\.\\Display2"
|
||||
// Result: L"\\\\.\\Display2"
|
||||
|
||||
std::vector <std::wstring> matchDisplay(std::wstring sMatch) {
|
||||
DISPLAY_DEVICEW displayDevice;
|
||||
|
||||
Reference in New Issue
Block a user