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.
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
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
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
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;