On Saturday 27 April 2024 13:46:38 Pali Rohár wrote:
> Symbol alias is defined by "==".

So, in my opinion, the improved commit message could be:

Right part of the single '=' operator is not used for creating import
library. If DLL library symbol name differs from the symbol in import
library then it has to be specified at right part of double '=='
operator.

What do you think?

> ---
>  mingw-w64-crt/lib32/msvcr90d.def.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mingw-w64-crt/lib32/msvcr90d.def.in 
> b/mingw-w64-crt/lib32/msvcr90d.def.in
> index 4c31b632351e..db2eb6e01991 100644
> --- a/mingw-w64-crt/lib32/msvcr90d.def.in
> +++ b/mingw-w64-crt/lib32/msvcr90d.def.in
> @@ -1295,7 +1295,7 @@ _wfindfirst32i64
>  _wfindfirst64
>  _wfindfirst64i32
>  _wfindnext32
> -_wfindnext = _wfindnext32
> +_wfindnext == _wfindnext32
>  _wfindnext32i64
>  _wfindnext64
>  _wfindnext64i32
> -- 
> 2.20.1
> 


_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to