Re: request.h: size of unnamed array is negative

2013-04-13 Thread Charles Davis
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

Re: request.h: size of unnamed array is negative

2013-04-13 Thread Charles Davis
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: >>

RE: request.h: size of unnamed array is negative

2013-04-13 Thread Hugh McMaster
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.

RE: request.h: size of unnamed array is negative

2013-04-13 Thread Hugh McMaster
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

GSoC '13 - Hello!

2013-04-13 Thread Eric Zheng
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

Re: request.h: size of unnamed array is negative

2013-04-13 Thread Charles Davis
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.

Google Summer of Code

2013-04-13 Thread Liu Tuo
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

Re: request.h: size of unnamed array is negative

2013-04-13 Thread André Hentschel
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

request.h: size of unnamed array is negative

2013-04-13 Thread 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_request, spi_workarea) == 16 ); C_ASSERT( sizeof(struct get