diff --git a/cfg/posix.cfg b/cfg/posix.cfg index 9e15d696e..3083ac359 100644 --- a/cfg/posix.cfg +++ b/cfg/posix.cfg @@ -2545,6 +2545,31 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + + + false + + + + + + + + + + + + + + + + false + + + + + + strdup strndup diff --git a/cfg/windows.cfg b/cfg/windows.cfg index 63f8ce1e1..1ed523538 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -982,6 +982,11 @@ HeapCreate HeapDestroy + + _wfopen + _tfopen + fclose + ExAllocatePool ExAllocatePoolWithQuota @@ -1890,17 +1895,17 @@ HFONT CreateFont( + int _stat32(const char *path, struct __stat32 *buffer); + int _stat64(const char *path, struct __stat64 *buffer); + int _stati64(const char *path, struct _stati64 *buffer); + int _stat32i64(const char *path, struct _stat32i64 *buffer); + int _stat64i32(const char *path, struct _stat64i32 *buffer); + int _wstat(const wchar_t *path, struct _stat *buffer); + int _wstat32(const wchar_t *path, struct __stat32 *buffer); + int _wstat64(const wchar_t *path, struct __stat64 *buffer); + int _wstati64(const wchar_t *path, struct _stati64 *buffer); + int _wstat32i64(const wchar_t *path, struct _stat32i64 *buffer); + int _wstat64i32(const wchar_t *path, struct _stat64i32 *buffer); --> false @@ -1912,4 +1917,42 @@ HFONT CreateFont( + + + false + + + + + + + + + + + + + + + false + + + + + + + + + + false + + + + + + + + + +