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();
You need to use SDK types, INT_PTR in this case.
--
Dmitry.