[PATCH 5/6] d3d10core/tests: Fix typo in #undef.

Józef Kucia jkucia at codeweavers.com
Thu Feb 15 06:49:37 CST 2018


Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
---
 dlls/d3d10core/tests/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3d10core/tests/device.c b/dlls/d3d10core/tests/device.c
index 66591b210524..103b6705e342 100644
--- a/dlls/d3d10core/tests/device.c
+++ b/dlls/d3d10core/tests/device.c
@@ -1936,7 +1936,7 @@ static void test_create_depthstencil_view(void)
     };
 #undef FMT_UNKNOWN
 #undef D24S8
-#undef R24S8_TL
+#undef R24G8_TL
 #undef DIM_UNKNOWN
 #undef TEX_1D
 #undef TEX_1D_ARRAY
-- 
2.13.6




More information about the wine-devel mailing list