From aa3722feea5ee50217e1cb0d91c9279fe09258c9 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 17 May 2018 15:43:01 +0200 Subject: [PATCH] windows.cfg: Add lstrlen() configuration and tests. (#1239) Reference: https://msdn.microsoft.com/en-us/library/windows/desktop/ms647492(v=vs.85).aspx --- cfg/windows.cfg | 12 ++++++++++++ test/cfg/windows.cpp | 9 +++++++++ 2 files changed, 21 insertions(+) diff --git a/cfg/windows.cfg b/cfg/windows.cfg index d1d03b8c6..551b5c1a1 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -4220,6 +4220,18 @@ HFONT CreateFont( + + + + + false + + Due to security concerns it is not recommended to use this function, see MSDN for details. + + + + +