The Minolta DiMAGE Image Viewer relies on Global{,Re}Alloc called with
commitcd0219e941505ac7026c5412ea68b54722ab234a
authorMichael Stefaniuc <mstefani@redhat.de>
Thu, 16 Jan 2003 00:21:04 +0000 (16 00:21 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 16 Jan 2003 00:21:04 +0000 (16 00:21 +0000)
treebe18c7192971f2f17ef28ad52d554dcd9ff48399
parent8e9dcb6655710b6d6fa230dde4e64690f448977d
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.
memory/global.c