Cross-Platform build scripts for audio plugins
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.

12 lines
360B

  1. diff --git a/bindings/cpp/source/portaudiocpp/Device.cxx b/bindings/cpp/source/portaudiocpp/Device.cxx
  2. index 7b21b03..04e75b1 100644
  3. --- a/bindings/cpp/source/portaudiocpp/Device.cxx
  4. +++ b/bindings/cpp/source/portaudiocpp/Device.cxx
  5. @@ -166,3 +166,6 @@ namespace portaudio
  6. } // namespace portaudio
  7. +#ifdef _WIN32
  8. +#include "AsioDeviceAdapter.cxx"
  9. +#endif