<div dir="ltr">We have an input processing system which requires us to directly send input update information to the Wine Server. The existing helper methods don't provide what we need.<div><br></div><div>Can you please elaborate why it will be a tough sell? The change provides no sort of functional or behavioural change. It's just making the cast that was already implicitly happening, explicit.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 6, 2022 at 11:51 AM Alex Henrie <<a href="mailto:alexhenrie24@gmail.com">alexhenrie24@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, Jun 6, 2022 at 8:59 AM Mahdi Tayarani <<a href="mailto:tayarani@google.com" target="_blank">tayarani@google.com</a>> wrote:<br>
><br>
> 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.<br>
<br>
I suspect that this is going to be a tough sell. Why are you trying to<br>
call the Wineserver directly, instead of calling the Windows function<br>
that calls the Wineserver?<br>
<br>
-Alex<br>
</blockquote></div>