On 19 Jan 2016, at 15:24, Dmitry Timoshkov wrote:
Huw Davies huw@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.