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:
parent
4c4863248c
commit
47b1c2889c
@ -23,6 +23,10 @@
|
|||||||
|
|
||||||
#include <glibmm.h>
|
#include <glibmm.h>
|
||||||
|
|
||||||
|
#ifdef PLATFORM_WINDOWS
|
||||||
|
#include <windows.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "dummy_audiobackend.h"
|
#include "dummy_audiobackend.h"
|
||||||
#include "dummy_midi_seq.h"
|
#include "dummy_midi_seq.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user