Skip to content

Do a runtime check whether RtlAdd/DeleteGrowableFunctionTable are available, fixing failure to run on Win7 #52071

Closed
@aam

Description

@aam

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.

Metadata

Metadata

Assignees

Labels

area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.os-windows

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions