mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 13:40:05 +02:00
Include the Win32 module loading implementation
This commit is contained in:
@@ -23,11 +23,13 @@
|
||||
// it's running under a WIN32 environment. If anyone knows a better way to do
|
||||
// this, please let me know!
|
||||
|
||||
#pragma push_macro("__MINGW32__")
|
||||
#pragma push_macro("WIN32")
|
||||
#pragma push_macro("_WIN32")
|
||||
#pragma push_macro("__WIN32__")
|
||||
#pragma push_macro("_WIN64")
|
||||
|
||||
#undef __MINGW32__
|
||||
#undef WIN32
|
||||
#undef _WIN32
|
||||
#undef __WIN32__
|
||||
@@ -38,9 +40,11 @@
|
||||
// included here, but including headers from the detail directory directly
|
||||
// didn't sound like a great idea.
|
||||
|
||||
#include <boost/predef.h>
|
||||
#include <boost/asio/basic_socket_streambuf.hpp>
|
||||
// #include <boost/asio/detail/timer_queue_ptime.hpp>
|
||||
|
||||
#pragma pop_macro("__MINGW32__")
|
||||
#pragma pop_macro("WIN32")
|
||||
#pragma pop_macro("_WIN32")
|
||||
#pragma pop_macro("__WIN32__")
|
||||
|
||||
Reference in New Issue
Block a user