ChangeSet ID: 12619 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/06/14 19:47:01
Modified files: dlls/ntdll : virtual.c rtlbitmap.c rtl.c resource.c relay.c ntdll_misc.h loadorder.c loader.c heap.c
Log message: Eric Pouech pouech-eric@wanadoo.fr Const correctness.
Patch: http://cvs.winehq.org/patch.py?id=12619
Old revision New revision Changes Path 1.34 1.35 +5 -5 wine/dlls/ntdll/virtual.c 1.8 1.9 +1 -1 wine/dlls/ntdll/rtlbitmap.c 1.68 1.69 +1 -1 wine/dlls/ntdll/rtl.c 1.8 1.9 +8 -8 wine/dlls/ntdll/resource.c 1.11 1.12 +63 -63 wine/dlls/ntdll/relay.c 1.45 1.46 +2 -2 wine/dlls/ntdll/ntdll_misc.h 1.8 1.9 +2 -2 wine/dlls/ntdll/loadorder.c 1.71 1.72 +26 -22 wine/dlls/ntdll/loader.c 1.27 1.28 +18 -18 wine/dlls/ntdll/heap.c