From c3c7f5167f566bb6f02524f6c3445a7e2faa37cd Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 6 May 2022 22:31:42 +0200 Subject: [PATCH] Buildfix --- gfx/common/d3d12_common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/common/d3d12_common.c b/gfx/common/d3d12_common.c index ae9b4114d4..538dfa0111 100644 --- a/gfx/common/d3d12_common.c +++ b/gfx/common/d3d12_common.c @@ -172,6 +172,7 @@ bool d3d12_init_base(d3d12_video_t* d3d12) D3D12GetDebugInterface_(&d3d12->debugController); D3D12EnableDebugLayer(d3d12->debugController); #endif +#endif #ifdef __WINRT__ DXGICreateFactory2(&d3d12->factory);