Closed
Description
https://dart.googlesource.com/sdk/+/386a87a8905c48342e1bb9dcbe0ff693690468a7 introduced use of RtlAdd/DeleteGrowableFunctionTable which were not available in Windows 7, causing failures on that platform.
It should be possible to confirm whether those functions are available at runtime and only use them if they are.