ChangeSet ID: 7060 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/01/15 18:21:04
Modified files: memory : global.c
Log message: Michael Stefaniuc mstefani@redhat.de The Minolta DiMAGE Image Viewer relies on Global{,Re}Alloc called with the GMEM_MOVEABLE flag set, to allocate the exact specified size and no byte more when size is a multiple of 8. To achieve this align the storage needed for the HGLOBAL in the heap to 8byte boundary.
Patch: http://cvs.winehq.com/patch.py?id=7060
Old revision New revision Changes Path 1.75 1.76 +19 -13 wine/memory/global.c