j
k
j a
j l
On 11 December 2013 12:22, Stefan Dösinger stefan@codeweavers.com wrote:
data = HeapAlloc(GetProcessHeap(), 0, sizeof(data) * 16 * 16); memset(data, 0xaa, sizeof(data) * 16 * 16);
I think you meant "sizeof(*data)" here.
Back to the thread
Back to the list