From ff781122715060dfe36aee8592b4fe6862fda15a Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Wed, 30 Oct 2024 01:54:14 +0100 Subject: [PATCH] [include] Add missing D3D11 error definition for native --- include/native/windows/windows_base.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/native/windows/windows_base.h b/include/native/windows/windows_base.h index 8ff28aa3..f008a531 100644 --- a/include/native/windows/windows_base.h +++ b/include/native/windows/windows_base.h @@ -287,6 +287,8 @@ typedef struct RGNDATA { #define DXGI_ERROR_NAME_ALREADY_EXISTS ((HRESULT)0x887A002C) #define DXGI_ERROR_SDK_COMPONENT_MISSING ((HRESULT)0x887A002D) +#define D3D11_ERROR_DEFERRED_CONTEXT_MAP_WITHOUT_INITIAL_DISCARD ((HRESULT)0x887C0004) + #define WINAPI #define WINUSERAPI