Nov. 30, 2022
1:23 p.m.
On Wed Nov 30 13:01:02 2022 +0000, eric pouech wrote:
This compiles without warnings here... from query.c:1603: ``` static BOOL wined3d_query_vk_poll(struct wined3d_query *query, uint32_t flags) ``` from wined3d_private.h:2037 ``` BOOL (*query_poll)(struct wined3d_query *query, uint32_t flags); ``` which should be just fine. the flags' type of these methods has been changed in second commit's of MR!1536 (which is now merged) Right, I assumed it was based on top of the previous one and didn't rebase myself. Looks good.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1589#note_18040