From 97c5aa56da9fbcd0cd72d53e1b7669fe39825eab Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Mon, 19 Jul 2021 09:47:07 +0200 Subject: [PATCH] windows.cfg: Added support for lstrcatA() and lstrcatW() --- cfg/windows.cfg | 45 ++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 42 insertions(+), 3 deletions(-) diff --git a/cfg/windows.cfg b/cfg/windows.cfg index 14cd0ae86..f7dec705b 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -4907,15 +4907,54 @@ HFONT CreateFont( - + false + + Due to security concerns it is not recommended to use this function, see MSDN for details. + + + + + + + + + + + + + + + + false + + + Due to security concerns it is not recommended to use this function, see MSDN for details. + + + + + + + + + + + + + + + + false + + Due to security concerns it is not recommended to use this function, see MSDN for details.