Allocate bitmap objects in the large heap area.

This commit is contained in:
Gavriel State 2001-04-16 18:56:27 +00:00 committed by Alexandre Julliard
parent f493c52209
commit 035d454d8d
1 changed files with 1 additions and 0 deletions

View File

@ -394,6 +394,7 @@ void *GDI_AllocObject( WORD size, WORD magic, HGDIOBJ *handle )
case METAFILE_DC_MAGIC:
case ENHMETAFILE_MAGIC:
case ENHMETAFILE_DC_MAGIC:
case BITMAP_MAGIC:
if (!(obj = alloc_large_heap( size, handle ))) goto error;
break;
default: