You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
604B

  1. diff --git a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
  2. index bf7b4af22..bdb285290 100644
  3. --- a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
  4. +++ b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
  5. @@ -56,9 +56,6 @@ JUCE_BEGIN_IGNORE_WARNINGS_MSVC (4355)
  6. #ifndef WM_APPCOMMAND
  7. #define WM_APPCOMMAND 0x0319
  8. #endif
  9. -
  10. - extern "C" void _fpreset();
  11. - extern "C" void _clearfp();
  12. #elif ! JUCE_WINDOWS
  13. static void _fpreset() {}
  14. static void _clearfp() {}