windows.cfg: Add CoTaskMemAlloc() and CoTaskMemFree() functions

This commit is contained in:
Pierre Schweitzer 2016-02-20 21:44:03 +01:00
parent 41dee7f970
commit ade7138358
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/>