Hi, this is my first ever commit to the Wine project.<br><br>In line with <a href="http://wiki.winehq.org/ReplaceMalloc">http://wiki.winehq.org/ReplaceMalloc</a> this is a small patch that changes all malloc calls in ./dlls/kernel32/process.c to HeapAlloc.<br>
<br>Changelog:<br>* malloc calls in dlls/kernel32/process.c have been change to HeapAlloc<br><br>Pete Myers<br>