Józef Kucia : d3d11/tests: Fix typo in #undef.
Module: wine Branch: master Commit: e95db4c590fba0e2815845d3993dd1294105d79c URL: https://source.winehq.org/git/wine.git/?a=commit;h=e95db4c590fba0e2815845d39... Author: Józef Kucia <jkucia(a)codeweavers.com> Date: Thu Feb 15 13:49:38 2018 +0100 d3d11/tests: Fix typo in #undef. Signed-off-by: Józef Kucia <jkucia(a)codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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
participants (1)
-
Alexandre Julliard