On Tue May 9 17:52:52 2023 +0000, Biswapriyo Nath wrote:
changed this line in [version 2 of the diff](/wine/wine/-/merge_requests/2773/diffs?diff_id=46228&start_sha=afc173d04c6b2378d3d7264ef5a7b02310191f0c#6747758660e3237055d7fd2931f4875232ee5da0_92_99)
Just as an example of how you might do this in a more unique way: ``` typedef enum MetadataBit { None = 0x00, IsValueHandle = 0x01, IsPropertyReadOnly = 0x02, IsValueCollection = 0x04, IsValueCollectionReadOnly = 0x08, IsValueBindingExpression = 0x10, IsValueNull = 0x20, IsValueHandleAndEvaluatedValue = 0x40, }; ```