13
0

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:
Tim Mayberry 2015-02-18 13:09:57 +10:00
parent 4c4863248c
commit 47b1c2889c

View File

@ -23,6 +23,10 @@
#include <glibmm.h>
#ifdef PLATFORM_WINDOWS
#include <windows.h>
#endif
#include "dummy_audiobackend.h"
#include "dummy_midi_seq.h"