Re: dmusic: remove unused variable (try 2)

2010-07-26 Thread Andrew Nguyen
On Tue, Jul 27, 2010 at 12:59 AM, Austin English wrote: > -- > -Austin > > > > The source file seems to use tabs for indentation, so your patch should do the same.

Re: dmusic: remove unused variable

2010-07-21 Thread Henri Verbeet
On 21 July 2010 09:21, Nikolay Sivov wrote: >  On 7/21/2010 11:16, Austin English wrote: >> Hm, good point. How's this? >> >> diff --git a/dlls/dmusic/port.c b/dlls/dmusic/port.c >> index 021f1e2..23fa1b8 100644 >> --- a/dlls/dmusic/port.c >> +++ b/dlls/dmusic/port.c >> @@ -382,7 +382,8 @@ HRESULT

Re: dmusic: remove unused variable

2010-07-21 Thread Nikolay Sivov
On 7/21/2010 11:16, Austin English wrote: On Wed, Jul 21, 2010 at 12:41 AM, Nikolay Sivov wrote: On 7/21/2010 08:31, Austin English wrote: HRESULT WINAPI DMUSIC_CreateDirectMusicPortImpl (LPCGUID lpcGUID, LPVOID *ppobj, LPUNKNOWN pUnkOuter, LPDMUS_PORTPARAMS pPortParams, LPDMUS_PORTCAPS p

Re: dmusic: remove unused variable

2010-07-21 Thread Austin English
On Wed, Jul 21, 2010 at 12:41 AM, Nikolay Sivov wrote: >  On 7/21/2010 08:31, Austin English wrote: >> >>  HRESULT WINAPI DMUSIC_CreateDirectMusicPortImpl (LPCGUID lpcGUID, LPVOID >> *ppobj, LPUNKNOWN pUnkOuter, LPDMUS_PORTPARAMS pPortParams, LPDMUS_PORTCAPS >> pPortCaps) { >>        IDirectMusicP

Re: dmusic: remove unused variable

2010-07-20 Thread Nikolay Sivov
On 7/21/2010 08:31, Austin English wrote: HRESULT WINAPI DMUSIC_CreateDirectMusicPortImpl (LPCGUID lpcGUID, LPVOID *ppobj, LPUNKNOWN pUnkOuter, LPDMUS_PORTPARAMS pPortParams, LPDMUS_PORTCAPS pPortCaps) { IDirectMusicPortImpl *obj; - HRESULT hr = E_FAIL; UINT j;