16 Dec
2015
16 Dec
'15
6:48 a.m.
https://bugs.winehq.org/show_bug.cgi?id=39579 --- Comment #4 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- (In reply to Austin English from comment #3)
Created attachment 53131 [details] updated patch
From MSDN NDIS_STATUS NdisAllocateMemoryWithTag(PVOID *VirtualAddress, UINT Length, ULONG Tag);
would be NdisAllocateMemoryWithTag(void **VirtualAddress, UINT Length, ULONG Tag) ... You have the wrong type for address. NDIS_STATUS WINAPI NdisAllocateMemoryWithTag(void *address, UINT length, ULONG tag) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.