backprted from the original JUCE-5.3.1 header
Last-Update: 2019-01-12
---
- modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp | 3 +--
- .../juce_audio_processors/format_types/juce_VSTPluginFormat.cpp | 8 +++++---
- 2 files changed, 6 insertions(+), 5 deletions(-)
+ modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp | 3 +--
+ modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp | 4 ++--
+ 2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp b/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
index 6c97aa2..1a26c77 100644
\r
JUCE_END_IGNORE_WARNINGS_MSVC\r
diff --git a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
-index d3b19a2..d3a6589 100644
+index d3b19a2..3859bbb 100644
--- a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
+++ b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
-@@ -37,7 +37,6 @@ JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wzero-as-null-pointer-constant")
- JUCE_BEGIN_IGNORE_WARNINGS_MSVC (4996)\r
- \r
- #define VST_FORCE_DEPRECATED 0\r
--#define JUCE_VSTINTERFACE_H_INCLUDED 1\r
- \r
- namespace Vst2\r
- {\r
-@@ -46,8 +45,8 @@ namespace Vst2
+@@ -46,8 +46,8 @@ namespace Vst2
// paths or use the "VST (Legacy) SDK Folder" field in the Projucer. The VST2\r
// SDK can be obtained from the vstsdk3610_11_06_2018_build_37 (or older) VST3\r
// SDK or JUCE version 5.3.2.\r
}\r
\r
#include "juce_VSTCommon.h"\r
-@@ -60,6 +59,9 @@ JUCE_BEGIN_IGNORE_WARNINGS_MSVC (4355)
- \r
- #include "juce_VSTMidiEventList.h"\r
- \r
-+#define resvd2 hostSpace2\r
-+#define nanoSeconds systemTimeNanoseconds\r
-+\r
- #if JUCE_MINGW\r
- #ifndef WM_APPCOMMAND\r
- #define WM_APPCOMMAND 0x0319\r