[PATCH] include: Fix the definition of D3D_PRIMITIVE enum members.

Zebediah Figura zfigura at codeweavers.com
Sat Dec 25 18:29:08 CST 2021


Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
---
 include/d3dcommon.idl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/d3dcommon.idl b/include/d3dcommon.idl
index 05577d34daf..7a53a84079d 100644
--- a/include/d3dcommon.idl
+++ b/include/d3dcommon.idl
@@ -319,7 +319,7 @@ typedef enum D3D_PRIMITIVE
     D3D_PRIMITIVE_17_CONTROL_POINT_PATCH,
     D3D_PRIMITIVE_18_CONTROL_POINT_PATCH,
     D3D_PRIMITIVE_19_CONTROL_POINT_PATCH,
-    D3D_PRIMITIVE_20_CONTROL_POINT_PATCH = 28,
+    D3D_PRIMITIVE_20_CONTROL_POINT_PATCH,
     D3D_PRIMITIVE_21_CONTROL_POINT_PATCH,
     D3D_PRIMITIVE_22_CONTROL_POINT_PATCH,
     D3D_PRIMITIVE_23_CONTROL_POINT_PATCH,
@@ -363,7 +363,7 @@ typedef enum D3D_PRIMITIVE
     D3D11_PRIMITIVE_17_CONTROL_POINT_PATCH,
     D3D11_PRIMITIVE_18_CONTROL_POINT_PATCH,
     D3D11_PRIMITIVE_19_CONTROL_POINT_PATCH,
-    D3D11_PRIMITIVE_20_CONTROL_POINT_PATCH = 28,
+    D3D11_PRIMITIVE_20_CONTROL_POINT_PATCH,
     D3D11_PRIMITIVE_21_CONTROL_POINT_PATCH,
     D3D11_PRIMITIVE_22_CONTROL_POINT_PATCH,
     D3D11_PRIMITIVE_23_CONTROL_POINT_PATCH,
-- 
2.34.1




More information about the wine-devel mailing list