mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[RTL] Fix GCC build.
This commit is contained in:
parent
9d53c935f2
commit
a951d66002
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue