From 70fcf5af87c838bf6c229c11c46daada20805678 Mon Sep 17 00:00:00 2001 From: versat Date: Fri, 5 Jan 2018 15:58:24 +0100 Subject: [PATCH] Fix windows.cfg: GetProcAddress needs use-retval While it was good to remove use-retval from the LoadLibrary* functions, it is still needed for GetProcAddress. A call of GetProcAddress without using the return value does not make sense. --- cfg/windows.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/cfg/windows.cfg b/cfg/windows.cfg index ec04d0c00..19a4a0564 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -3727,6 +3727,7 @@ HFONT CreateFont( _In_ LPCSTR lpProcName);--> false +