mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[RTL] Fix GCC build.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user