Remove the GMEM_MOVEABLE flag if GlobalAlloc fails. The NT heap manager has a 64K limit on the number of moveable blocks ...

Remove the GMEM_MOVEABLE flag if GlobalAlloc fails. The NT heap manager has a 64K limit on the number of moveable blocks it allocates. This compatibility fix simply removes the moveable flag if the allocation fails. This compatibility fix is superceded by EmulateHeap.