Re: [Mingw-w64-public] [PATCH] msvcr80: Provide _set_invalid_parameter_handler compat implementation in libmsvcr80.a.

2018-11-27 Thread Liu Hao
在 2018/11/28 0:57, Jacek Caban 写道: > Signed-off-by: Jacek Caban > --- >  mingw-w64-crt/Makefile.am | 8 ++-- >  1 file changed, 6 insertions(+), 2 deletions(-) > > What is the rationale for this? I can see `_set_invalid_parameter_handler` exported from both x86 and x64 MSVCR80.DLL. --

Re: [Mingw-w64-public] [PATCH] msvcr80: Provide _set_invalid_parameter_handler compat implementation in libmsvcr80.a.

2018-11-27 Thread Jacek Caban
Hi Mateusz, On 27/11/2018 22:32, Mateusz wrote: W dniu 27.11.2018 o 20:28, Mateusz pisze: W dniu 27.11.2018 o 17:57, Jacek Caban pisze: Signed-off-by: Jacek Caban ---  mingw-w64-crt/Makefile.am | 8 ++--  1 file changed, 6 insertions(+), 2 deletions(-) Thanks! I've added

Re: [Mingw-w64-public] [PATCH] msvcr80: Provide _set_invalid_parameter_handler compat implementation in libmsvcr80.a.

2018-11-27 Thread Martin Storsjö
On Tue, 27 Nov 2018, Mateusz wrote: W dniu 27.11.2018 o 20:28, Mateusz pisze: W dniu 27.11.2018 o 17:57, Jacek Caban pisze: Signed-off-by: Jacek Caban ---  mingw-w64-crt/Makefile.am | 8 ++--  1 file changed, 6 insertions(+), 2 deletions(-) Thanks! I've added stdio/fseeki64.c and

Re: [Mingw-w64-public] [PATCH] msvcr80: Provide _set_invalid_parameter_handler compat implementation in libmsvcr80.a.

2018-11-27 Thread Mateusz
W dniu 27.11.2018 o 20:28, Mateusz pisze: > W dniu 27.11.2018 o 17:57, Jacek Caban pisze: >> Signed-off-by: Jacek Caban >> --- >>  mingw-w64-crt/Makefile.am | 8 ++-- >>  1 file changed, 6 insertions(+), 2 deletions(-) > > Thanks! I've added stdio/fseeki64.c and stdio/mingw_lock.c and was

Re: [Mingw-w64-public] [PATCH] msvcr80: Provide _set_invalid_parameter_handler compat implementation in libmsvcr80.a.

2018-11-27 Thread Mateusz
W dniu 27.11.2018 o 17:57, Jacek Caban pisze: > Signed-off-by: Jacek Caban > --- >  mingw-w64-crt/Makefile.am | 8 ++-- >  1 file changed, 6 insertions(+), 2 deletions(-) Thanks! I've added stdio/fseeki64.c and stdio/mingw_lock.c and was able to build x265. Bad news is that x265 is not