mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Add required compiler args to the Wine VST3 dep
This commit is contained in:
@@ -21,11 +21,13 @@
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#define NOSERVICE
|
||||
#define NOMCX
|
||||
#define NOIMM
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
#include <windows.h>
|
||||
|
||||
#include <boost/asio/io_context.hpp>
|
||||
|
||||
Reference in New Issue
Block a user