Re: [Mingw-w64-public] [PATCH] Updated widl to Wine 3.0-rc2 version.

2017-12-19 Thread Jacek Caban
On 18.12.2017 21:57, Martin Storsjö wrote: > On Mon, 18 Dec 2017, Jacek Caban wrote: > >> We were unable to do that for a long time, because of additional >> mingw-w64 patches that were committed on top of upstream version. Those >> patches started implementing winrt features, but were never finish

Re: [Mingw-w64-public] [PATCH] crt: Add linker aliases for utime/_utime/_futime/_wutime for ucrtbase

2017-12-19 Thread Martin Storsjö
On Tue, 19 Dec 2017, Liu Hao wrote: On 2017/12/19 20:13, Martin Storsjö wrote: This matches what MSVC does. Signed-off-by: Martin Storsjö --- mingw-w64-crt/def-include/msvcrt-common.def.in | 2 ++ mingw-w64-crt/lib-common/ucrtbase.def.in | 4 2 files changed, 6 insertions(+) On

Re: [Mingw-w64-public] [PATCH] crt: Add linker aliases for utime/_utime/_futime/_wutime for ucrtbase

2017-12-19 Thread JonY via Mingw-w64-public
On 12/19/2017 12:13 PM, Martin Storsjö wrote: > This matches what MSVC does. > Patch OK. signature.asc Description: OpenPGP digital signature -- Check out the vibrant tech community on one of the world's most engaging

Re: [Mingw-w64-public] [PATCH] crt: Add linker aliases for utime/_utime/_futime/_wutime for ucrtbase

2017-12-19 Thread Liu Hao
On 2017/12/19 20:13, Martin Storsjö wrote: > This matches what MSVC does. > > Signed-off-by: Martin Storsjö > --- > mingw-w64-crt/def-include/msvcrt-common.def.in | 2 ++ > mingw-w64-crt/lib-common/ucrtbase.def.in | 4 > 2 files changed, 6 insertions(+) > On my 64-bit Win7 only MSVC

[Mingw-w64-public] [PATCH] crt: Add linker aliases for utime/_utime/_futime/_wutime for ucrtbase

2017-12-19 Thread Martin Storsjö
This matches what MSVC does. Signed-off-by: Martin Storsjö --- mingw-w64-crt/def-include/msvcrt-common.def.in | 2 ++ mingw-w64-crt/lib-common/ucrtbase.def.in | 4 2 files changed, 6 insertions(+) diff --git a/mingw-w64-crt/def-include/msvcrt-common.def.in b/mingw-w64-crt/def-includ

Re: [Mingw-w64-public] [PATCH] crt: Share winscard.def between lib64 and libarm32

2017-12-19 Thread Martin Storsjö
On Sun, 17 Dec 2017, Martin Storsjö wrote: For lib64, this only adds a few new functions. Also provide it for arm64. Signed-off-by: Martin Storsjö --- .../{libarm32 => lib-common}/winscard.def | 6 +- mingw-w64-crt/lib64/winscard.def | 75 -- ming

Re: [Mingw-w64-public] [PATCHv2] crt: Add an ldexpl function for arm and arm64

2017-12-19 Thread Martin Storsjö
On Tue, 19 Dec 2017, Liu Hao wrote: On 2017/12/18 3:43, Martin Storsjö wrote: Since long double just is normal double on arm and arm64, just call the normal ldexp function. Signed-off-by: Martin Storsjö --- Fixed the parameters in the C wrappers. --- mingw-w64-crt/Makefile.am | 3 ++

Re: [Mingw-w64-public] [PATCHv2] crt: Add an ldexpl function for arm and arm64

2017-12-19 Thread Liu Hao
On 2017/12/18 3:43, Martin Storsjö wrote: > Since long double just is normal double on arm and arm64, just > call the normal ldexp function. > > Signed-off-by: Martin Storsjö > --- > Fixed the parameters in the C wrappers. > --- > mingw-w64-crt/Makefile.am | 3 ++- > mingw-w64-crt/math/

Re: [Mingw-w64-public] [PATCHv2] crt: Add an ldexpl function for arm and arm64

2017-12-19 Thread lhmouse
On 2017/12/18 3:43, Martin Storsjö wrote: > Since long double just is normal double on arm and arm64, just > call the normal ldexp function. > > Signed-off-by: Martin Storsjö > --- > Fixed the parameters in the C wrappers. > --- > > mingw-w64-crt/Makefile.am | 3 ++- > mingw-w64-crt/ma