1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2024-11-27 16:00:52 +01:00

fix(mingw): Version upgrade caused this to error

HRESULT not defined fixed by including windows header
This commit is contained in:
icex2 2024-02-25 09:30:53 +01:00
parent 26d1da8660
commit c369412f70

View File

@ -1,5 +1,7 @@
#pragma once
#include <windows.h>
#include <stddef.h>
#include <stdint.h>