Commit 9893d9a3 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

include: Fix facility id for d3d10 HRESULTs.

parent 0d4617e5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment