[RTL] Fix GCC build.

This commit is contained in:
Thomas Faber 2019-02-17 09:58:28 +01:00
parent 9d53c935f2
commit a951d66002
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

@ -2204,6 +2204,7 @@ BOOLEAN NTAPI RtlFreeHeap(
RtlSetLastWin32ErrorAndNtStatusFromNtStatus(STATUS_INVALID_PARAMETER);
_SEH2_YIELD(return FALSE);
}
_SEH2_END;
/* Lock if necessary */
if (!(Flags & HEAP_NO_SERIALIZE))