Skip to content

Commit 6409f0a

Browse files
committed
Merge pull request #778 from HeisSpiter/master
windows.cfg: Add CoTaskMemAlloc() and CoTaskMemFree() functions
2 parents 41dee7f + ade7138 commit 6409f0a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cfg/windows.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,6 +1094,10 @@
10941094
<alloc init="true">_wcsdup_dbg</alloc>
10951095
<dealloc>free</dealloc>
10961096
</memory>
1097+
<memory>
1098+
<alloc>CoTaskMemAlloc</alloc>
1099+
<dealloc>CoTaskMemFree</dealloc>
1100+
</memory>
10971101
<function name="RtlCompareMemory">
10981102
<noreturn>false</noreturn>
10991103
<leak-ignore/>

0 commit comments

Comments
 (0)