diff --git a/common/JackNetTool.h b/common/JackNetTool.h index b9b3110b..f0413dad 100644 --- a/common/JackNetTool.h +++ b/common/JackNetTool.h @@ -22,8 +22,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #include "JackTools.h" #include "JackPlatformPlug.h" #include "types.h" -#include "transport.h" -#include +#include "transport.h" +#ifndef WIN32 +#include +#endif #include using namespace std; @@ -51,11 +53,11 @@ namespace Jack - number of audio frames in one network packet (depends on the channel number) - is the NetDriver in Sync or ASync mode ? - is the NetDriver linked with the master's transport - + Data encoding : headers (session_params and packet_header) are encoded using HTN kind of functions but float data are kept in LITTLE_ENDIAN format (to avoid 2 conversions in the more common LITTLE_ENDIAN <==> LITTLE_ENDIAN connection case). */ - + #define MASTER_PROTOCOL 1 #define SLAVE_PROTOCOL 1 diff --git a/windows/jackd.workspace b/windows/jackd.workspace index bd327042..e92ff780 100644 --- a/windows/jackd.workspace +++ b/windows/jackd.workspace @@ -1,7 +1,7 @@ - + @@ -43,7 +43,7 @@ - + diff --git a/windows/libjackserver.cbp b/windows/libjackserver.cbp index 9b324cc6..7dfe6231 100644 --- a/windows/libjackserver.cbp +++ b/windows/libjackserver.cbp @@ -118,6 +118,7 @@ +