20 Jun
2025
20 Jun
'25
10:44 a.m.
Alexandre Julliard (@julliard) commented about server/object.h:
struct event; struct keyed_event;
+extern struct object *create_event_sync( int manual, int signaled ); +extern void signal_sync( struct object *obj ); +extern void reset_sync( struct object *obj ); + Functions that don't call through the vtable but assume a specific object type should use the appropriate type, i.e. `struct event_sync` instead of `struct object`.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7848#note_107368