Sven Barth <pascaldragon(a)googlemail.com> wrote:
Regarding the anonymous structure: wouldn't this
break compatibility
with gcc? (I don't know what features gcc supports ^^)
Anonymous structures are fully supported by GCC when using the flag
-fms-extensions. We have it enabled throughout the whole codebase.
Colin