Commit 7623d0a6 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

d3d9/tests: Build without -DWINE_NO_LONG_TYPES.

parent c6da3551
EXTRADEFS = -DWINE_NO_LONG_TYPES
TESTDLL = d3d9.dll
IMPORTS = d3d9 user32 gdi32
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -33,7 +33,7 @@ static inline void wait_query_(const char *file, unsigned int line, IDirect3DQue
break;
Sleep(10);
}
ok_(file, line)(hr == S_OK, "Got unexpected hr %#x.\n", hr);
ok_(file, line)(hr == S_OK, "Got unexpected hr %#lx.\n", hr);
}
#endif
This source diff could not be displayed because it is too large. You can view the blob instead.
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