ChangeSet ID: 10627 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/01/09 16:18:50
Modified files: include/wine : winuser16.h winbase16.h include : winuser.h winnt.h module.h miscemu.h cursoricon.h dlls/winedos : xms.c module.c dlls/rpcrt4 : cproxy.c dlls/oleaut32 : tmarshal.c dlls/kernel : local16.c heap.c
Log message: Get rid of no longer needed WINE_PACKED define.
Patch: http://cvs.winehq.com/patch.py?id=10627
Old revision New revision Changes Path 1.47 1.48 +49 -50 wine/include/wine/winuser16.h 1.39 1.40 +9 -9 wine/include/wine/winbase16.h 1.177 1.178 +5 -5 wine/include/winuser.h 1.176 1.177 +0 -2 wine/include/winnt.h 1.105 1.106 +5 -1 wine/include/module.h 1.76 1.77 +5 -5 wine/include/miscemu.h 1.20 1.21 +1 -1 wine/include/cursoricon.h 1.10 1.11 +6 -2 wine/dlls/winedos/xms.c 1.40 1.41 +7 -3 wine/dlls/winedos/module.c 1.5 1.6 +10 -7 wine/dlls/rpcrt4/cproxy.c 1.21 1.22 +5 -1 wine/dlls/oleaut32/tmarshal.c 1.6 1.7 +1 -1 wine/dlls/kernel/local16.c 1.4 1.5 +4 -1 wine/dlls/kernel/heap.c