From a9990bbe336b1d673de02152ac8733f9c1898dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 19 Apr 2014 13:19:08 +0200 Subject: [PATCH] windows.cfg: add allocation functions that use free to dealloc. This reverts b13e3ac5. --- cfg/windows.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/cfg/windows.cfg b/cfg/windows.cfg index 41789a4fd..15cae2416 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -166,6 +166,18 @@ RtlCreateHeap RtlDestroyHeap + + wcsdup + _strdup + _wcsdup + _mbsdup + _malloc_dbg + _aligned_malloc + _aligned_offset_malloc + _strdup_dbg + _wcsdup_dbg + free + false