Add Windows JACK support (#5716)

Add Windows JACK support
Also adds JACK as a submodule
This commit is contained in:
Tres Finocchiaro
2020-10-30 16:57:20 -04:00
committed by GitHub
parent 2d51eaef3d
commit dc78b15a03
6 changed files with 26 additions and 24 deletions

1
src/3rdparty/jack2 vendored Submodule

Submodule src/3rdparty/jack2 added at db76dd6bb8

View File

@@ -40,9 +40,6 @@
#include <QTextStream>
#ifdef LMMS_BUILD_WIN32
#ifndef NOMINMAX
#define NOMINMAX
#endif
#include <windows.h>
#endif