mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)
This commit is contained in:
parent
3e250d5f06
commit
912f07b919
24 changed files with 147 additions and 79 deletions
|
|
@ -17,10 +17,18 @@
|
|||
|
||||
*/
|
||||
|
||||
#include <gtkmm.h>
|
||||
#include "ardour/vst_plugin.h"
|
||||
#include "ardour/vst_types.h"
|
||||
#include "vst_plugin_ui.h"
|
||||
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
#include <gdk/gdkwin32.h>
|
||||
#elif defined __APPLE__
|
||||
// TODO
|
||||
#else
|
||||
#include <gdk/gdkx.h>
|
||||
#endif
|
||||
|
||||
VSTPluginUI::VSTPluginUI (boost::shared_ptr<ARDOUR::PluginInsert> insert, boost::shared_ptr<ARDOUR::VSTPlugin> plugin)
|
||||
: PlugUIBase (insert)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue