Re: [Mingw-w64-public] [PATCH] crt: move urlmon to lib-common

2019-08-21 Thread Martin Storsjö
On Wed, 21 Aug 2019, Biswapriyo Nath wrote: ... Thanks, pushed. // Martin ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] crt: move urlmon to lib-common

2019-08-21 Thread Martin Storsjö
On Wed, 21 Aug 2019, Biswapriyo Nath wrote: Is this a strict superset of that? Yes, it is. Both arm32 and x64 are same. That's not what I asked. I asked, if you compare the original libarm32/urlmon.def with the new lib-common/urlmon.def, are there any removed lines (if you disregard ordina

Re: [Mingw-w64-public] [PATCH] crt: move urlmon to lib-common

2019-08-21 Thread Biswapriyo Nath
> Is this a strict superset of that? Yes, it is. Both arm32 and x64 are same. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] crt: move urlmon to lib-common

2019-08-21 Thread Martin Storsjö
On Wed, 21 Aug 2019, Biswapriyo Nath wrote: Updated. This series looks good to me. How does the final lib-common/urlmon.def compare to the original libarm32/urlmon.def (disregarding ordinal entries), are there any functions that were present in libarm32/urlmon.def that aren't included here

Re: [Mingw-w64-public] [PATCH] crt: move urlmon to lib-common

2019-08-21 Thread Biswapriyo Nath
Updated. From 890b66bc824e060c7977f502c621089e181229ac Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 21 Aug 2019 15:14:18 +0530 Subject: [PATCH 1/3] crt/urlmon: move to lib-common Signed-off-by: Biswapriyo Nath --- .../{lib64 => lib-common}/urlmon.def | 0 mingw-w64-crt/l

Re: [Mingw-w64-public] [PATCH] crt: move urlmon to lib-common

2019-08-21 Thread Martin Storsjö
On Wed, 21 Aug 2019, Biswapriyo Nath wrote: ... This keeps urlmon.def from lib64 instead from libarm32 (which is newer and contains more functions, as Tom pointed out in his patch). // Martin ___ Mingw-w64-public mailing list Mingw-w64-public@l

[Mingw-w64-public] [PATCH] crt: move urlmon to lib-common

2019-08-20 Thread Biswapriyo Nath
... From 3f0b5783b33d2b36d478dd77b4dbfd4844c3c8e5 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 21 Aug 2019 09:59:48 +0530 Subject: [PATCH] crt: move urlmon to lib-common Signed-off-by: Biswapriyo Nath --- .../{lib64 => lib-common}/urlmon.def | 0 mingw-w64-crt/libarm32/u