From 4b05b6aa497d5cf92b5f728dda4d1aa30a36720a Mon Sep 17 00:00:00 2001 From: assiduous Date: Wed, 6 Jan 2021 12:12:17 -0800 Subject: Fixed build issue with Win SDK 18362 (fixed https://github.com/DiligentGraphics/DiligentEngine/issues/116) --- Graphics/GraphicsEngineD3DBase/include/ShaderResources.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineD3DBase') diff --git a/Graphics/GraphicsEngineD3DBase/include/ShaderResources.hpp b/Graphics/GraphicsEngineD3DBase/include/ShaderResources.hpp index 1cd4dd2d..c51c0ce7 100644 --- a/Graphics/GraphicsEngineD3DBase/include/ShaderResources.hpp +++ b/Graphics/GraphicsEngineD3DBase/include/ShaderResources.hpp @@ -61,7 +61,7 @@ #define NOMINMAX #include -#ifndef NTDDI_WIN10_19H1 // Defined in Win SDK 19041 +#ifndef NTDDI_WIN10_VB // First defined in Win SDK 10.0.19041.0 # define D3D_SIT_RTACCELERATIONSTRUCTURE (D3D_SIT_UAV_RWSTRUCTURED_WITH_COUNTER + 1) #endif -- cgit v1.2.3