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

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


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

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

d3d10core/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/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 66591b2..103b670 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




More information about the wine-cvs mailing list