Include windows.h in Dummy backend for LARGE_INTEGER
This is necessary for a native build using MSYS2 and mingw-w64
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
|
||||
#include <glibmm.h>
|
||||
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include "dummy_audiobackend.h"
|
||||
#include "dummy_midi_seq.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user