Skip to content

Commit

Permalink
Fix win32 build when rtaudio is disabled
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed May 23, 2024
1 parent 32ba6c1 commit 256584c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion distrho/src/DistrhoPluginJACK.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 256584c

Please sign in to comment.