Re: d3d8: Fix a ptrdiff_t warning on 64-bit.

2010-01-11 Thread Alexandre Julliard
Nicolas Le Cam niko.le...@gmail.com writes: @@ -175,7 +175,7 @@ static DWORD d3d8_allocate_handle(struct d3d8_handle_table *t, void *object, enu entry = t-free_entries; if (entry-type != D3D8_HANDLE_FREE) { -ERR(Handle %u(%p) is in the free list, but

Re: d3d8: Fix a ptrdiff_t warning on 64-bit.

2010-01-11 Thread Nicolas Le Cam
2010/1/11 Alexandre Julliard julli...@winehq.org: Nicolas Le Cam niko.le...@gmail.com writes: @@ -175,7 +175,7 @@ static DWORD d3d8_allocate_handle(struct d3d8_handle_table *t, void *object, enu          entry = t-free_entries;          if (entry-type != D3D8_HANDLE_FREE)          { -