On Mon, Jun 6, 2022 at 8:59 AM Mahdi Tayarani <tayarani@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