dpnet: Stub interface IDirectPlay8LobbyClient (try 3)

Henri Verbeet hverbeet at gmail.com
Fri May 16 07:33:41 CDT 2014


On 16 May 2014 14:22, Stefan Dösinger <stefandoesinger at gmail.com> wrote:
>> +    client = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(IDirectPlay8LobbyClientImpl));
>> +    if (!client) {
>> +        *obj = NULL;
>> +        return E_OUTOFMEMORY;
>> +    }
> } placement.
>
While we're handing out style hints, I think "sizeof(*client)" is
generally nicer for this kind of thing.



More information about the wine-devel mailing list