From 59981ba71fb436df3fcb02b67b98828a4cc369a7 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Thu, 22 Mar 2018 20:49:29 +0000 Subject: [PATCH] support native Jack support under Windows using the CONFIG switch "jackonwindows" --- linux/sound.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/linux/sound.h b/linux/sound.h index e1ee9830..4b23b040 100755 --- a/linux/sound.h +++ b/linux/sound.h @@ -25,10 +25,12 @@ #if !defined(_SOUND_H__9518A621345F78_3634567_8C0D_EEBF182CF549__INCLUDED_) #define _SOUND_H__9518A621345F78_3634567_8C0D_EEBF182CF549__INCLUDED_ -#include +#ifndef JACK_REPLACES_ASIO // these headers are not available in Windows OS +# include +# include +#endif #include #include -#include #include #include #include