Skip to content
Snippets Groups Projects
Commit 035d454d authored by Gavriel State's avatar Gavriel State Committed by Alexandre Julliard
Browse files

Allocate bitmap objects in the large heap area.

parent f493c522
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment