From 82c663090eb5857c267cbe66e08cbcfcbb758247 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Thu, 21 Jan 2016 15:48:08 +0100 Subject: [PATCH] windows.cfg, posix.cfg: Added support for more functions. --- cfg/posix.cfg | 16 ++++++++++++++++ cfg/windows.cfg | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/cfg/posix.cfg b/cfg/posix.cfg index 65fe6af49..d5dae5ea1 100644 --- a/cfg/posix.cfg +++ b/cfg/posix.cfg @@ -2616,6 +2616,22 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + + + + + + + false + + + + + + + + + strdup strndup diff --git a/cfg/windows.cfg b/cfg/windows.cfg index 1ed523538..f84753798 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -1955,4 +1955,37 @@ HFONT CreateFont( + + + + false + + + + + + + + + + + + + false + + + + + + + + + + + +