mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Under shell/platform/windows, we have a mix of two naming schemes: * foo_bar_win32.h * win32_foo_bar.h This renames files and identifiers to consistently use a Win32 suffix-based approach.