Fixed type and protection values returned by NtQueryVirtualMemory to
commit7fcc737faaf4baffe0a78b73e63f16a36c4df298
authorAlexandre Julliard <julliard@winehq.org>
Mon, 3 Nov 2003 22:21:55 +0000 (3 22:21 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 3 Nov 2003 22:21:55 +0000 (3 22:21 +0000)
treefecfebe7b61ecc0a59d3a058f068a38e4531dfbb
parent18b4cbf12a8bcd5619c02637b8da7055493a3036
Fixed type and protection values returned by NtQueryVirtualMemory to
be closer to what Windows does.
Allow using MEM_SYSTEM without MEM_RESERVE to avoid 64k alignment.
Use pread instead of lseek+read when faking mmap.
dlls/ntdll/virtual.c
dlls/x11drv/dga2.c