5 Jun
2022
5 Jun
'22
5:42 p.m.
Am 03.06.2022 um 19:15 schrieb Mahdi Tayarani <tayarani(a)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)