From d98b2b6039f4733bc264046810d56c5b56ddb288 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 22 Nov 2011 01:28:27 +0000 Subject: Use same aeffectx.h for windows and linux VSTs. git-svn-id: svn://localhost/ardour2/branches/3.0@10757 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/fst/fst.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libs/fst/fst.h') diff --git a/libs/fst/fst.h b/libs/fst/fst.h index 15ba72d66f..f4482ec377 100644 --- a/libs/fst/fst.h +++ b/libs/fst/fst.h @@ -6,6 +6,7 @@ #include #include "ardour/vst_types.h" +#include "ardour/vestige/aeffectx.h" /** * Display FST error message. @@ -27,8 +28,6 @@ void fst_set_error_function (void (*func)(const char *)); void fst_error (const char *fmt, ...); -#include - typedef struct _FST FST; typedef struct _FSTHandle FSTHandle; typedef struct _FSTInfo FSTInfo; @@ -55,7 +54,7 @@ struct _FSTInfo char **ParamLabels; }; -typedef struct AEffect * (*main_entry_t)(audioMasterCallback); +typedef AEffect * (*main_entry_t)(audioMasterCallback); struct _FSTHandle { @@ -70,7 +69,7 @@ struct _FSTHandle struct _FST { - struct AEffect* plugin; + AEffect* plugin; void* window; /* win32 HWND */ int xid; /* X11 XWindow */ FSTHandle* handle; -- cgit v1.2.3