ChangeSet ID: 1009225826358004522044212 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/12/24 15:30:26
Modified files: dlls/ole32 : ifs.c storage.c dlls/user : comm16.c dlls/winmm : driver.c lolvldrv.c mci.c mmio.c mmsystem.c dlls/winsock : socket.c
Log message: Use MapLS/UnMapLS instead of SEGPTR_* macros.
Patch: http://cvs.winehq.com/patch.py?id=1009225826358004522044212
Revision Changes Path 1.18 +25 -25 wine/dlls/ole32/ifs.c 1.18 +25 -20 wine/dlls/ole32/storage.c 1.9 +8 -8 wine/dlls/user/comm16.c 1.12 +15 -20 wine/dlls/winmm/driver.c 1.24 +93 -167 wine/dlls/winmm/lolvldrv.c 1.27 +108 -89 wine/dlls/winmm/mci.c 1.30 +19 -66 wine/dlls/winmm/mmio.c 1.47 +12 -19 wine/dlls/winmm/mmsystem.c 1.72 +68 -75 wine/dlls/winsock/socket.c