13
0

yet another mingw/win fix

This commit is contained in:
Robin Gareus 2014-03-03 18:38:30 +01:00
parent 43421f0b46
commit 5cfdb7d1ce

View File

@ -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);