Signed-off-by: Daniel Ansorregui mailszeros@gmail.com --- 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 392369a3f7..195b7301e0 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);