19 Jan
2016
19 Jan
'16
3:44 p.m.
On 19 Jan 2016, at 15:24, Dmitry Timoshkov wrote:
Huw Davies <huw(a)codeweavers.com> wrote:
-static HRESULT WINAPI IMalloc_fnQueryInterface(LPMALLOC iface,REFIID refiid,LPVOID *obj) { - +static HRESULT WINAPI IMalloc_fnQueryInterface(LPMALLOC iface,REFIID refiid,LPVOID *obj) +{
Since basically every method entry is being changed, why not get rid of LPMALLOC as well?
Yeah, of course it becomes a slippery slope as there are LPVOIDs to be done too ;-) Anyway, resent. Thanks. Huw.