[PATCH] include: Allow making Wine Server requests from C++ code

Alex Henrie alexhenrie24 at gmail.com
Mon Jun 6 10:51:25 CDT 2022


On Mon, Jun 6, 2022 at 8:59 AM Mahdi Tayarani <tayarani at google.com> wrote:
>
> We need to include "include/wine/server.h" as it contains the definition for the SERVER_START_REQ/SERVER_END_REQ macros. Our code (written in C++) needs to make a Wine Server call so we have to include that header. But by doing so we run into compilation issues.

I suspect that this is going to be a tough sell. Why are you trying to
call the Wineserver directly, instead of calling the Windows function
that calls the Wineserver?

-Alex



More information about the wine-devel mailing list