mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
f0371e2f8f
ICU #defines TRUE and FALSE but these are used as enum member name by the Fuchsia i18n FIDL library. This #undefs TRUE and FALSE before including the generated FIDL header. Fixes https://github.com/flutter/flutter/issues/44817