Commit 58f36e86 authored by Alessandro Pignotti's avatar Alessandro Pignotti Committed by Alexandre Julliard

winedevice: Use 64-bit wide delta when relocating.

parent f3a1e2cf
......@@ -67,7 +67,8 @@ static HMODULE load_driver_module( const WCHAR *name )
IMAGE_NT_HEADERS *nt;
const IMAGE_IMPORT_DESCRIPTOR *imports;
size_t page_size = getpagesize();
int i, delta;
int i;
INT_PTR delta;
ULONG size;
HMODULE module = LoadLibraryW( name );
......
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