use newer boost, use ucrt

This commit is contained in:
pigeatgarlic 2025-01-04 23:01:05 +00:00
parent 7e2daf50f3
commit 333d3d79c2

View File

@ -48,6 +48,7 @@ struct AVFrame;
struct AVBufferRef;
struct AVHWFramesContext;
#ifdef _WIN32
// Forward declarations of boost classes to avoid having to include boost headers
// here, which results in issues with Windows.h and WinSock2.h include order.
namespace boost {
@ -59,14 +60,15 @@ namespace boost {
namespace filesystem {
class path;
}
namespace process {
namespace process::inline v1 {
class child;
class group;
template <typename Char>
class basic_environment;
typedef basic_environment<char> environment;
} // namespace process
} // namespace process::inline v1
} // namespace boost
#endif
namespace video {
struct config_t;
} // namespace video