fix(mingw): Version upgrade caused this to error

HRESULT not defined fixed by including windows header
This commit is contained in:
icex2 2024-08-14 17:53:51 +02:00
parent 8fde17d24a
commit 4b38f50a39

View File

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