=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: d3d11/tests: Fix typo in #undef.

Alexandre Julliard julliard at winehq.org
Thu Feb 15 14:42:28 CST 2018


Module: wine
Branch: master
Commit: e95db4c590fba0e2815845d3993dd1294105d79c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=e95db4c590fba0e2815845d3993dd1294105d79c

Author: Józef Kucia <jkucia at codeweavers.com>
Date:   Thu Feb 15 13:49:38 2018 +0100

d3d11/tests: Fix typo in #undef.

Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/d3d11/tests/d3d11.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3d11/tests/d3d11.c b/dlls/d3d11/tests/d3d11.c
index e0769a7..6267eaf 100644
--- a/dlls/d3d11/tests/d3d11.c
+++ b/dlls/d3d11/tests/d3d11.c
@@ -2870,7 +2870,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




More information about the wine-cvs mailing list