Re: ddraw: Fix warnings

2006-12-15 Thread Stefan Dösinger
Am Freitag 15 Dezember 2006 13:16 schrieb Dmitry Timoshkov: > "Stefan Dösinger" <[EMAIL PROTECTED]> wrote: > > > -TRACE("(%p) : incrementing IDirectDraw4 refcount from %lu.\n", > > > This, ref -1); +TRACE("(%p) : incrementing IDirectDraw4 refcount > > > from %u.\n", This, ref -1); > > > > S

Re: ddraw: Fix warnings

2006-12-15 Thread Dmitry Timoshkov
"Stefan Dösinger" <[EMAIL PROTECTED]> wrote: > -TRACE("(%p) : incrementing IDirectDraw4 refcount from %lu.\n", This, ref -1); > +TRACE("(%p) : incrementing IDirectDraw4 refcount from %u.\n", This, ref -1); Sorry I forgot to check your original patch for this, but did you check if the I

Re: ddraw: Fix warnings

2006-12-15 Thread Stefan Dösinger
Am Freitag 15 Dezember 2006 08:02 schrieb Dmitry Timoshkov: > Hello, > > Changelog: > ddraw: Fix warnings. > > --- > dlls/ddraw/ddraw_thunks.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/dlls/ddraw/ddraw_thunks.c b/dlls/ddraw/