Re: ddraw/tests: New visual back buffer flipping tests. (resend)

2010-08-24 Thread GOUJON Alexandre

On 08/23/2010 11:28 PM, Oldřich Jedlička wrote:

My mistake, I've mixed up the C and C++ comments. I thought // is the C style
(for a while). I will send the fixed patch

In fact, // is not C++ only : it has been added in the C99 revision.
But for compatibility, we don't accept C99.
Have a look at http://wiki.winehq.org/SubmittingPatches, there are some 
interesting infos there.





Re: ddraw/tests: New visual back buffer flipping tests. (resend)

2010-08-23 Thread Oldřich Jedlička
On Monday 23 August 2010 23:00:24 Octavian Voicu wrote:
> 2010/8/23 Oldřich Jedlička :
> > +// Check it out
> 
> You have a C++ style comment in this patch and I don't think it's allowed.

My mistake, I've mixed up the C and C++ comments. I thought // is the C style 
(for a while). I will send the fixed patch.

Oldřich.

> 
> Octavian




Re: ddraw/tests: New visual back buffer flipping tests. (resend)

2010-08-23 Thread Octavian Voicu
2010/8/23 Oldřich Jedlička :
> +    // Check it out

You have a C++ style comment in this patch and I don't think it's allowed.

Octavian