[PATCH] include: Remove backslashes from D3D12_COLOR_WRITE_ENABLE_ALL.

Stefan Dösinger stefan at codeweavers.com
Tue Jun 4 09:27:28 CDT 2019


Fixes building this .idl file with midl.exe.

Signed-off-by: Stefan Dösinger <stefan at codeweavers.com>
---
 include/d3d12.idl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/d3d12.idl b/include/d3d12.idl
index 307a4fd375c..201e01f07ef 100644
--- a/include/d3d12.idl
+++ b/include/d3d12.idl
@@ -1300,8 +1300,8 @@ typedef enum D3D12_COLOR_WRITE_ENABLE
     D3D12_COLOR_WRITE_ENABLE_GREEN = 0x2,
     D3D12_COLOR_WRITE_ENABLE_BLUE = 0x4,
     D3D12_COLOR_WRITE_ENABLE_ALPHA = 0x8,
-    D3D12_COLOR_WRITE_ENABLE_ALL = (D3D12_COLOR_WRITE_ENABLE_RED\
-            | D3D12_COLOR_WRITE_ENABLE_GREEN | D3D12_COLOR_WRITE_ENABLE_BLUE\
+    D3D12_COLOR_WRITE_ENABLE_ALL = (D3D12_COLOR_WRITE_ENABLE_RED
+            | D3D12_COLOR_WRITE_ENABLE_GREEN | D3D12_COLOR_WRITE_ENABLE_BLUE
             | D3D12_COLOR_WRITE_ENABLE_ALPHA),
 } D3D12_COLOR_WRITE_ENABLE;
 
-- 
2.15.2 (Apple Git-101.1)




More information about the wine-devel mailing list