Commit 506a6277 authored by Alexandre Julliard's avatar Alexandre Julliard

d3d9/tests: Fix some pointer cast warnings on 64-bit.

parent 6062679b
......@@ -1974,7 +1974,7 @@ static void resource_test_data_init(IDirect3DDevice9 *device,
static void resource_poison_data_init(struct resource_test_data *data, const struct resource_test_arg *arg)
{
DWORD poison = 0xdeadbeef;
DWORD_PTR poison = 0xdeadbeef;
unsigned int i;
data->decl = (IDirect3DVertexDeclaration9 *)poison++;
......
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