try to fix lack of GUID type on buildbot that I cannot reproduce

This commit is contained in:
Brad Parker 2017-12-01 14:38:13 -05:00
parent b9394846dc
commit 0eb8c47166

View File

@ -37,6 +37,8 @@
/* MinGW Win32 HID API */
#include <tchar.h>
#include <strsafe.h>
#include <guiddef.h>
#include <ks.h>
#include <setupapi.h>
#include <hidsdi.h>
/* Why doesn't including cguid.h work to get a GUID_NULL instead? */