Alessandro Pignotti a.pignotti@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.