remove a few more misplaced export macros

This commit is contained in:
Paul Davis 2013-10-17 10:51:30 -04:00
parent 9b7c33096a
commit 92b9fea3d1
6 changed files with 9 additions and 9 deletions

View File

@ -42,7 +42,7 @@
#include "ardour/port.h"
#include "ardour/interpolation.h"
struct LIBARDOUR_API tm;
struct tm;
namespace ARDOUR {

View File

@ -32,9 +32,9 @@
#if defined VST_SUPPORT || defined LXVST_SUPPORT
#include "evoral/MIDIEvent.hpp"
struct LIBARDOUR_API _VstEvents;
struct _VstEvents;
typedef struct _VstEvents VstEvents;
struct LIBARDOUR_API _VstMidiEvent;
struct _VstMidiEvent;
typedef struct _VstMidiEvent VstMidiEvent;
#endif

View File

@ -30,7 +30,7 @@
#include "ardour/libardour_visibility.h"
#include "pbd/libpbd_visibility.h"
class LIBPBD_API XMLTree;
class XMLTree;
namespace ARDOUR {

View File

@ -22,7 +22,7 @@
#include "ardour/vst_plugin.h"
struct LIBARDOUR_API _VSTHandle;
struct _VSTHandle;
typedef struct _VSTHandle VSTHandle;
namespace ARDOUR {

View File

@ -40,7 +40,7 @@
#include "ardour/midi_ring_buffer.h"
#include "ardour/utils.h"
struct LIBARDOUR_API tm;
struct tm;
namespace ARDOUR {

View File

@ -22,11 +22,11 @@
#include "ardour/plugin.h"
struct LIBARDOUR_API _AEffect;
struct _AEffect;
typedef struct _AEffect AEffect;
struct LIBARDOUR_API _VSTHandle;
struct _VSTHandle;
typedef struct _VSTHandle VSTHandle;
struct LIBARDOUR_API _VSTState;
struct _VSTState;
typedef struct _VSTState VSTState;
namespace ARDOUR {