mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-04-24 14:57:09 -05:00
fix(mingw): Version upgrade caused this to error
HRESULT not defined fixed by including windows header
This commit is contained in:
parent
8fde17d24a
commit
4b38f50a39
|
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user