ChangeSet ID: 12431 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/05/21 15:58:44
Modified files: include/wine : list.h dlls/ntdll : virtual.c dlls/kernel/tests: virtual.c dlls/kernel : virtual.c
Log message: Converted the memory views list to use the standard functions from wine/list.h. Restructured some functions to always return proper NT status codes. A couple of optimizations. Added a few tests for file mappings.
Patch: http://cvs.winehq.org/patch.py?id=12431
Old revision New revision Changes Path 1.1 1.2 +20 -8 wine/include/wine/list.h 1.31 1.32 +317 -324 wine/dlls/ntdll/virtual.c 1.2 1.3 +155 -0 wine/dlls/kernel/tests/virtual.c 1.2 1.3 +2 -0 wine/dlls/kernel/virtual.c