> Am 03.06.2022 um 19:15 schrieb Mahdi Tayarani <tayarani@google.com>:
>
> Using SERVER_START_REQ/SERVER_END_REQ in C++ code calls helper methods
> which need an explicit cast from a void* to __server_request_info*.
Why do you need this? include/wine/server.h (and pretty much everything in include/wine/) is a private header that should not be used by external code (e.g. programs linking to winelib)