wine/dlls x11drv/dga2.c ntdll/virtual.c

Alexandre Julliard julliard at winehq.org
Mon Nov 3 16:21:55 CST 2003


ChangeSet ID:	9950
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/11/03 16:21:55

Modified files:
	dlls/x11drv    : dga2.c 
	dlls/ntdll     : virtual.c 

Log message:
	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.

Patch: http://cvs.winehq.com/patch.py?id=9950

Old revision  New revision  Changes     Path
 1.14          1.15          +1 -1       wine/dlls/x11drv/dga2.c
 1.15          1.16          +35 -33     wine/dlls/ntdll/virtual.c




More information about the wine-cvs mailing list