mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 03:54:25 +08:00
This replaces the usage of FIELD_OFFSET for dynamic indexing into array fields. Sadly GCC has broken __builtin_offsetof and they don't seem to intend to fix it. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95942