Merge pull request #778 from HeisSpiter/master

windows.cfg: Add CoTaskMemAlloc() and CoTaskMemFree() functions
This commit is contained in:
PKEuS 2016-02-20 22:05:01 +01:00
commit 6409f0acb5
1 changed files with 4 additions and 0 deletions

View File

@ -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/>