mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
A number of POSIX methods were renamed on Windows to match standards requirements, giving deprecation warnings when calling strdup on Windows. This adds a wrapper, to allow calling _strdup on Windows instead. Part of #16256