windows: add missing include for mingw32 (#348)

This commit is contained in:
selsta 2021-11-11 00:00:25 +01:00 committed by GitHub
parent 4ab60e005e
commit eb26015189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@ typedef LONG NTSTATUS;
#endif
#ifdef __MINGW32__
#include <devpropdef.h>
#include <ntdef.h>
#include <winbase.h>
#endif