2008/7/28 Stefan Dösinger stefan@codeweavers.com:
Mostly because I've written this code before you mentioned them to me. I think it can't hurt to ask Alexandre if bitfields are ok to use in Wine. How's the support among compilers(older gcc versions? Non-gcc compilers like icc and msvc?)
Afaik bit-fields are at least part of C89. I know for sure gcc and msvc support them, and would be surprised if icc didn't.