[PATCH] include: Fix facility id for d3d10 HRESULTs

Nikolay Sivov nsivov at codeweavers.com
Mon Aug 22 07:08:25 CDT 2016


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 include/d3d10.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/d3d10.idl b/include/d3d10.idl
index 0ab6ab3..24fd2bf 100644
--- a/include/d3d10.idl
+++ b/include/d3d10.idl
@@ -242,7 +242,7 @@ const unsigned int D3D_SPEC_DATE_YEAR
 cpp_quote("#endif")
 
 const unsigned int D3D10_APPEND_ALIGNED_ELEMENT                                         = 0xffffffff;
-const unsigned int _FACD3D10                                                            = 0x87;
+const unsigned int _FACD3D10                                                            = 0x879;
 const unsigned int _FACD3D10DEBUG                                                       = _FACD3D10 + 1;
 const unsigned int D3D10_FILTER_TYPE_MASK                                               = 0x3;
 const unsigned int D3D10_SDK_VERSION                                                    = 29;
-- 
2.9.3




More information about the wine-patches mailing list