Browse Source

Fix win32 build when rtaudio is disabled

Signed-off-by: falkTX <falktx@falktx.com>
pull/457/head
falkTX 1 year ago
parent
commit
256584c028
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      distrho/src/DistrhoPluginJACK.cpp

+ 3
- 1
distrho/src/DistrhoPluginJACK.cpp View File

@@ -44,7 +44,9 @@
# undef Point
#endif

#ifndef DISTRHO_OS_WINDOWS
#ifdef DISTRHO_OS_WINDOWS
# include <objbase.h>
#else
# include <signal.h>
# include <unistd.h>
#endif


Loading…
Cancel
Save