Commit 14035b6d authored by Daniel Ansorregui's avatar Daniel Ansorregui Committed by Alexandre Julliard

d3d9/tests: Fix a typo in an undef.

parent 76a9f965
...@@ -3236,8 +3236,8 @@ static void texbem_test(void) ...@@ -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,
0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff,
}; };
#undef tex
#undef tex1 #undef tex1
#undef tex2
#undef origin #undef origin
hr = IDirect3DTexture9_LockRect(texture2, 0, &locked_rect, NULL, 0); hr = IDirect3DTexture9_LockRect(texture2, 0, &locked_rect, NULL, 0);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment