Module: wine Branch: master Commit: 14035b6d388accdc8070e7c3d338c8256bfbc81b URL: https://source.winehq.org/git/wine.git/?a=commit;h=14035b6d388accdc8070e7c3d...
Author: Daniel Ansorregui mailszeros@gmail.com Date: Tue Jan 1 13:43:07 2019 +0000
d3d9/tests: Fix a typo in an undef.
Signed-off-by: Daniel Ansorregui mailszeros@gmail.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3d9/tests/visual.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/d3d9/tests/visual.c b/dlls/d3d9/tests/visual.c index 392369a..195b730 100644 --- a/dlls/d3d9/tests/visual.c +++ b/dlls/d3d9/tests/visual.c @@ -3236,8 +3236,8 @@ static void texbem_test(void) 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, }; +#undef tex #undef tex1 -#undef tex2 #undef origin
hr = IDirect3DTexture9_LockRect(texture2, 0, &locked_rect, NULL, 0);