summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-03-03 18:38:30 +0100
committerRobin Gareus <robin@gareus.org>2014-03-03 18:39:30 +0100
commit5cfdb7d1ce5fa8d58796834f5b9a2c9251416afa (patch)
tree36aa9b9e8cfe6aa1fa62eb817fe767bcf1e23b1b
parent43421f0b467e69291545daada64b08d6daef0b85 (diff)
yet another mingw/win fix
-rw-r--r--libs/ardour/ardour/buffer_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/buffer_set.h b/libs/ardour/ardour/buffer_set.h
index 34e26d5b3a..a8c10fbf27 100644
--- a/libs/ardour/ardour/buffer_set.h
+++ b/libs/ardour/ardour/buffer_set.h
@@ -189,7 +189,7 @@ private:
LV2Buffers _lv2_buffers;
#endif
-#if defined VST_SUPPORT || defined LXVST_SUPPORT
+#if defined WINDOWS_VST_SUPPORT || defined LXVST_SUPPORT
class VSTBuffer {
public:
VSTBuffer (size_t);