Commit 6062679b authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent de3e06a7
......@@ -1745,7 +1745,7 @@ static void resource_test_data_init(IDirect3DDevice8 *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->vs = 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