Re: gdiplus: C++ fixes for headers

2011-02-01 Thread Iain Arnell
On Tue, Feb 1, 2011 at 10:28 AM, Paul Chitescu wrote: > On Tuesday 01 February 2011 09:49:46 am Iain Arnell wrote: >> To fix inclusion of gdiplus.h under C++, this patch: >> * adds missing class declaration for GpPen >> * adds missing class declaration for CharacterRange &g

Re: wined3d: Better validation of BltFast destination

2010-06-23 Thread Iain Arnell
hes) >> > Both of you, please don't ever work on any kind of critical system. Seriously. > > Does the attached patch help? Ah! Yes, and thank you for the enlightenment. -- Iain.

Re: wined3d: Better validation of BltFast destination

2010-06-23 Thread Iain Arnell
equivalence of types (is it always safe to assume that DWORD can be cast as a LONG?). And gcc optimizes dstx < 0 away as "comparison of unsigned expression < 0 is always false". >> Am Dienstag 22 Juni 2010 23:37:20 schrieb Iain Arnell: >> > Scratch this - after thinki

Re: ddraw: Better validation of IDirectDrawSurface::BltFast parameters (2nd try)

2010-06-22 Thread Iain Arnell
On Sat, Jun 19, 2010 at 9:02 AM, Iain Arnell wrote: > fixes #23238 -  Repton 3: crashes when viewing map. > --- >  dlls/ddraw/surface.c        |    6 ++ >  dlls/ddraw/tests/dsurface.c |    4 >  2 files changed, 10 insertions(+), 0 deletions(-) Scratch this - after think

Problems building wine

2003-12-24 Thread iain
h both CVS head from today and with the 2003-12-12 snapshot tarball. Anyone got any ideas? iain