ChangeSet ID: 6513 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/12/05 13:56:16
Modified files: win32 : device.c scheduler : thread.c process.c loader : module.c dlls/ntdll : sync.c sec.c reg.c om.c nt.c misc.c heap.c file.c dlls/commdlg : filedlg95.c
Log message: Patrik Stridvall ps@leissner.se Replace 0x%p with %p.
Patch: http://cvs.winehq.com/patch.py?id=6513
Old revision New revision Changes Path 1.74 1.75 +1 -1 wine/win32/device.c 1.127 1.128 +1 -1 wine/scheduler/thread.c 1.204 1.205 +2 -2 wine/scheduler/process.c 1.169 1.170 +3 -3 wine/loader/module.c 1.22 1.23 +3 -3 wine/dlls/ntdll/sync.c 1.30 1.31 +1 -1 wine/dlls/ntdll/sec.c 1.42 1.43 +16 -16 wine/dlls/ntdll/reg.c 1.23 1.24 +5 -5 wine/dlls/ntdll/om.c 1.46 1.47 +11 -11 wine/dlls/ntdll/nt.c 1.16 1.17 +1 -1 wine/dlls/ntdll/misc.c 1.12 1.13 +1 -1 wine/dlls/ntdll/heap.c 1.18 1.19 +9 -9 wine/dlls/ntdll/file.c 1.85 1.86 +3 -3 wine/dlls/commdlg/filedlg95.c