Merge pull request #778 from HeisSpiter/master
windows.cfg: Add CoTaskMemAlloc() and CoTaskMemFree() functions
This commit is contained in:
commit
6409f0acb5
|
@ -1094,6 +1094,10 @@
|
|||
<alloc init="true">_wcsdup_dbg</alloc>
|
||||
<dealloc>free</dealloc>
|
||||
</memory>
|
||||
<memory>
|
||||
<alloc>CoTaskMemAlloc</alloc>
|
||||
<dealloc>CoTaskMemFree</dealloc>
|
||||
</memory>
|
||||
<function name="RtlCompareMemory">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
|
|
Loading…
Reference in New Issue