Enable D3D12 detection when using mingw-64

This commit is contained in:
Sam Lantinga
2022-06-16 15:46:53 -07:00
parent 1eb247fa2e
commit 59fb7acbf7
2 changed files with 2 additions and 2 deletions

View File

@@ -3273,7 +3273,7 @@ CheckDIRECTX()
#include <winsdkver.h>
#include <sdkddkver.h>
#include <d3d12.h>
ID3D12Device5 *device;
ID3D12Device1 *device;
#if WDK_NTDDI_VERSION <= 0x0A000008
asdf
#endif