mirror of
https://github.com/reactos/reactos.git
synced 2026-06-22 04:12:45 +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