14 Apr
2013
14 Apr
'13
3:43 a.m.
On Apr 13, 2013, at 7:39 AM, Hugh McMaster wrote:
I've been adding a new handler to Wine's server. Unfortunately, I've run into a problem with C_ASSERT that I can't seem to resolve.
In server/request.h, I've added the following code: STOP! You should modify server/protocol.def instead. The file you changed is automatically generated from protocol.def, along with a bunch of other files needed to make the server interface magic work.
Hi Charles, I had already modified protocol.def. The interesting thing about server/request.h is that the handler declarations appear in the area of the file commented as automatically generated. I've posted the code I was working on in a response to André Hentschel. Thank you for your help so far.