Re: [PATCH] winedevice: Use 64-bit wide delta when relocating
23 Jun
2010
23 Jun
'10
2:40 p.m.
Alessandro Pignotti <a.pignotti(a)sssup.it> wrote:
@@ -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; + intptr_t delta;
You need to use SDK types, INT_PTR in this case. -- Dmitry.
5652
Age (days ago)
5652
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov