Oct. 16, 2023
2:15 p.m.
Giovanni Mascellani (@giomasce) commented about libs/vkd3d/vkd3d_private.h:
CRITICAL_SECTION lock; };
+#define VKD3D_MUTEX_INITIALIZER {NULL, -1, 0, 0, 0, 0}
This should probably have another pair of braces around. The outer brace pair initializes `vkd3d_mutex` and the inner one initializes `CRITICAL_SECTION`. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/384#note_48801