16 Jun
2023
16 Jun
'23
6:40 a.m.
Although it works I think you should also change the wg_format structure, moving enums declarations out of it and using fixed size type for the members. Same for some other structures which use bool, I don't think it has a standard defined fixed size. Using UINT8 would probably be better. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3075#note_35881