On Fri Jun 20 10:44:20 2025 +0000, Alexandre Julliard wrote:
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`.
Updated, this was in anticipation for sync abstraction but for now we can use `struct event_sync` indeed.