mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 20:40:03 +02:00
Rename asio-fix.h to use-linux-asio.h
Bit of an ugly verbose name but it probably makes it much clearer why the include is needed.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include <bitsery/traits/vector.h>
|
||||
|
||||
#ifdef __WINE__
|
||||
#include "../wine-host/asio-fix.h"
|
||||
#include "../wine-host/use-linux-asio.h"
|
||||
#endif
|
||||
#include <llvm/small-vector.h>
|
||||
#include <asio/io_context.hpp>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// of Boost things
|
||||
#ifndef WITHOUT_ASIO
|
||||
#ifdef __WINE__
|
||||
#include "../wine-host/asio-fix.h"
|
||||
#include "../wine-host/use-linux-asio.h"
|
||||
#endif
|
||||
|
||||
#include <asio/read_until.hpp>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include <type_traits>
|
||||
|
||||
#ifdef __WINE__
|
||||
#include "../wine-host/asio-fix.h"
|
||||
#include "../wine-host/use-linux-asio.h"
|
||||
#endif
|
||||
#include <asio/dispatch.hpp>
|
||||
#include <asio/io_context.hpp>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
// Asio there
|
||||
#ifndef WITHOUT_ASIO
|
||||
#ifdef __WINE__
|
||||
#include "../wine-host/asio-fix.h"
|
||||
#include "../wine-host/use-linux-asio.h"
|
||||
#endif
|
||||
|
||||
#include <asio/posix/stream_descriptor.hpp>
|
||||
|
||||
Reference in New Issue
Block a user