https://bugs.winehq.org/show_bug.cgi?id=47156
Bug ID: 47156 Summary: widl generates bitfields with a number of bits too large for the underlying type Product: Wine Version: 4.6 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: rpc Assignee: wine-bugs@winehq.org Reporter: richard@torproject.org Distribution: ---
The following struct definition in source idl does not generate a parser error when it really should:
struct flags { char flag1 : 1000; };