From ade7138358ebf00c82063031d276b0d38ec25d7e Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Sat, 20 Feb 2016 21:44:03 +0100 Subject: [PATCH] windows.cfg: Add CoTaskMemAlloc() and CoTaskMemFree() functions --- cfg/windows.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cfg/windows.cfg b/cfg/windows.cfg index f84753798..c021d1100 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -1094,6 +1094,10 @@ _wcsdup_dbg free + + CoTaskMemAlloc + CoTaskMemFree + false