Added HeapReAlloc to windows.cfg (as suggested in #3155)
This commit is contained in:
parent
f0c3538a64
commit
35f644542e
|
@ -84,6 +84,7 @@
|
|||
</memory>
|
||||
<memory>
|
||||
<alloc>HeapAlloc</alloc>
|
||||
<alloc>HeapReAlloc</alloc>
|
||||
<dealloc>HeapFree</dealloc>
|
||||
</memory>
|
||||
<memory>
|
||||
|
|
Loading…
Reference in New Issue