support native Jack support under Windows using the CONFIG switch "jackonwindows"

This commit is contained in:
Volker Fischer 2018-03-22 20:49:29 +00:00
parent b95ba0ffb1
commit 59981ba71f
1 changed files with 4 additions and 2 deletions

View File

@ -25,10 +25,12 @@
#if !defined(_SOUND_H__9518A621345F78_3634567_8C0D_EEBF182CF549__INCLUDED_)
#define _SOUND_H__9518A621345F78_3634567_8C0D_EEBF182CF549__INCLUDED_
#include <unistd.h>
#ifndef JACK_REPLACES_ASIO // these headers are not available in Windows OS
# include <unistd.h>
# include <sys/ioctl.h>
#endif
#include <fcntl.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <stdlib.h>
#include <stdio.h>
#include <QThread>