From 5e74012e812156880886887035a81cdd58dc3b9c Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 16 Jan 2018 15:43:36 +0100 Subject: [PATCH] windows.cfg: Fix redundant function configurations (#1035) Detected some errors when checking for redundant function configurations: The functions that receive an additional argument "locale" have the suffix "_l". Sadly the MSDN shows wrong declarations that are missing the "_l", i guess this caused the wrong names (I have reported it to Microsoft, but do not expect that this is fixed soon). The function configuration for GetModuleHandle* existed twice, i have merged them, and it looks sane for me now. --- cfg/windows.cfg | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/cfg/windows.cfg b/cfg/windows.cfg index bf916713d..be886cd07 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -1684,8 +1684,8 @@ - - + + false @@ -1703,7 +1703,7 @@ - + false @@ -2769,14 +2769,6 @@ HFONT CreateFont( - - false - - - - - - false @@ -3677,6 +3669,8 @@ HFONT CreateFont( false + +