ChangeSet ID: 10065410870416619372554123 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/11/23 13:44:47
Modified files: dlls/advapi32 : registry.c dlls/ntdll : reg.c include : commctrl.h dplay.h dplobby.h mmsystem.h nb30.h ntddk.h ntdef.h winbase.h wingdi.h winnt.h winuser.h loader : pe_image.c memory : registry.c msdos : vxd.c
Log message: Dmitry Timoshkov dmitry@codeweavers.com Fixed packing and layout of many system structures.
Patch: http://cvs.winehq.com/patch.py?id=10065410870416619372554123
Revision Changes Path 1.27 +4 -4 wine/dlls/advapi32/registry.c 1.31 +2 -2 wine/dlls/ntdll/reg.c 1.80 +11 -1 wine/include/commctrl.h 1.21 +0 -4 wine/include/dplay.h 1.12 +0 -4 wine/include/dplobby.h 1.46 +2 -2 wine/include/mmsystem.h 1.2 +2 -4 wine/include/nb30.h 1.34 +3 -7 wine/include/ntddk.h 1.9 +0 -4 wine/include/ntdef.h 1.129 +0 -4 wine/include/winbase.h 1.63 +10 -9 wine/include/wingdi.h 1.95 +12 -13 wine/include/winnt.h 1.127 +17 -19 wine/include/winuser.h 1.101 +4 -3 wine/loader/pe_image.c 1.17 +2 -2 wine/memory/registry.c 1.31 +4 -3 wine/msdos/vxd.c