On Apr 13, 2013, at 9:43 PM, Hugh McMaster wrote:
> 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
On Apr 13, 2013, at 9:40 PM, Hugh McMaster wrote:
> Am 13.04.2013 15:39, schrieb Hugh McMaster:
>> 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:
>>
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.
Am 13.04.2013 15:39, schrieb Hugh McMaster:
> 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:
>
> C_ASSERT( FIELD_OFFSET(struct get_desktop_workarea_requ
Hello everyone,
My name is Eric Zheng, I'm a junior in Computer Engineering at the
University of Illinois Urbana-Champaign. I just wanted to introduce myself
and state my interest in the "Xinput / Xbox 360 controller compatibility"
project. I hope to be able to jump on IRC later in the week to spe
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.
Hi,
How much knowledge should I have before applying for the wine project of
implementing missing D3DX9 apis? Currently I have learnt opengl; I am
familiar with the opengl and glut functions and the concepts behind these
functions.
Thanks for your help,
Liu Tuo
Am 13.04.2013 15:39, schrieb Hugh McMaster:
> 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:
>
> C_ASSERT( FIELD_OFFSET(struct get_desktop_workarea_requ
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:
C_ASSERT( FIELD_OFFSET(struct get_desktop_workarea_request, spi_workarea) == 16
);
C_ASSERT( sizeof(struct get