wine/memory global.c

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jan 15 18:21:04 CST 2003


ChangeSet ID:	7060
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/01/15 18:21:04

Modified files:
	memory         : global.c 

Log message:
	Michael Stefaniuc <mstefani at 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




More information about the wine-cvs mailing list