From d0bbd0535f17a1fcf1285c2c33794737f93f45c5 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 12 Jan 2018 21:41:23 +0100 Subject: [PATCH] windows.cfg: Add lstrcat configuration (#1028) On the MSDN there is a prominent warning to not use this function, so i decided to add a warn entry. See https://msdn.microsoft.com/de-de/library/windows/desktop/ms647487(v=vs.85).aspx for details. --- cfg/windows.cfg | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/cfg/windows.cfg b/cfg/windows.cfg index fffaf5845..bf916713d 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -3926,6 +3926,27 @@ HFONT CreateFont( + + + + + false + + Due to security concerns it is not recommended to use this function, see MSDN for details. + + + + + + + + + + +