Add windows.h include to MM device finder

Fixes compile error with mingw-w64 8.0.0
This commit is contained in:
Jonas Kvinge
2020-09-19 02:06:15 +02:00
parent ae366e141f
commit 1ffd010e4a

View File

@@ -19,6 +19,7 @@
#include "config.h"
#include <windows.h>
#include <initguid.h>
#include <devpkey.h>
#include <functiondiscoverykeys_devpkey.h>