mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Further clean up the Boost hacks
This way we can also finally split up the src/common/* files into headers and implementations.
This commit is contained in:
@@ -24,6 +24,9 @@
|
|||||||
#include <bitsery/traits/vector.h>
|
#include <bitsery/traits/vector.h>
|
||||||
#include <vestige/aeffect.h>
|
#include <vestige/aeffect.h>
|
||||||
|
|
||||||
|
#ifdef __WINE__
|
||||||
|
#include "../wine-host/boost-fix.h"
|
||||||
|
#endif
|
||||||
#include <boost/asio/buffer.hpp>
|
#include <boost/asio/buffer.hpp>
|
||||||
#include <boost/asio/local/stream_protocol.hpp>
|
#include <boost/asio/local/stream_protocol.hpp>
|
||||||
#include <cinttypes>
|
#include <cinttypes>
|
||||||
|
|||||||
@@ -16,6 +16,9 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#ifdef __WINE__
|
||||||
|
#include "../wine-host/boost-fix.h"
|
||||||
|
#endif
|
||||||
#include <boost/process/environment.hpp>
|
#include <boost/process/environment.hpp>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|||||||
@@ -16,8 +16,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "boost-fix.h"
|
|
||||||
|
|
||||||
#define NOMINMAX
|
#define NOMINMAX
|
||||||
#define NOSERVICE
|
#define NOSERVICE
|
||||||
#define NOMCX
|
#define NOMCX
|
||||||
|
|||||||
Reference in New Issue
Block a user