[Mingw-w64-public] [PATCH 2/5] crt: Update mfplat export library.

2021-01-04 Thread Biswapriyo Nath
From 843f02477c1df85db27d49338f0e3793cbeb9f32 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 5 Jan 2021 10:51:01 +0530 Subject: [PATCH 2/5] crt: Update mfplat export library. Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/lib-common/mfplat.def | 45 +++

[Mingw-w64-public] [PATCH 3/5] crt: Move mfcore export library to lib-common.

2021-01-04 Thread Biswapriyo Nath
From 87d81ee78d347404e53ee67e6d067ce2f477985d Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 5 Jan 2021 10:51:01 +0530 Subject: [PATCH 3/5] crt: Move mfcore export library to lib-common. Comment out DLL initialization symbols. Signed-off-by: Biswapriyo Nath --- .../{libarm32 =>

[Mingw-w64-public] [PATCH 4/5] crt: Move mfplay export library to lib-common.

2021-01-04 Thread Biswapriyo Nath
From b71468b28cee54230a21563a82d7723770f4648f Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 5 Jan 2021 10:51:01 +0530 Subject: [PATCH 4/5] crt: Move mfplay export library to lib-common. Comment out DLL initialization symbols. Signed-off-by: Biswapriyo Nath ---

[Mingw-w64-public] [PATCH 5/5] crt: Add mfsensorgroup export library.

2021-01-04 Thread Biswapriyo Nath
From 54e48653ab2131ef1014b93aecea0d40527954e6 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 5 Jan 2021 10:51:01 +0530 Subject: [PATCH 5/5] crt: Add mfsensorgroup export library. Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/lib-common/mfsensorgroup.def | 43

[Mingw-w64-public] [PATCH 1/5] crt: Update mf export library.

2021-01-04 Thread Biswapriyo Nath
From 8d39335c60e02f976d49be72d2ce412313775568 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 5 Jan 2021 10:51:01 +0530 Subject: [PATCH 1/5] crt: Update mf export library. Comment out DLL initialization symbols. Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/lib-common/mf.def |

Re: [Mingw-w64-public] [PATCH] headers: Use Windows 10 as default _WIN32_WINNT value.

2021-01-04 Thread Mateusz Mikuła
MSYS2 already overrides default Windows version for mingw-w64 packages: https://github.com/msys2/MINGW-packages/blob/c416d59d2f373a6ab27d78dd29b6acd17e52c4d9/mingw-w64-headers-git/PKGBUILD#L55 So no worries about the breakage here. pon., 4 sty 2021 o 12:09 Mateusz Mikuła napisał(a): > MSYS2

Re: [Mingw-w64-public] [PATCH] headers: Use Windows 10 as default _WIN32_WINNT value.

2021-01-04 Thread Steve Lhomme
In VLC, in the build script we also force the value for VLC and all the libraries it builds: https://code.videolan.org/videolan/vlc/-/blob/master/extras/package/win32/build.sh#L221 So the default value should have no impact. On 2021-01-04 12:14, Mateusz Mikuła wrote: MSYS2 already overrides

Re: [Mingw-w64-public] [PATCH] headers: Use Windows 10 as default _WIN32_WINNT value.

2021-01-04 Thread Martin Storsjö
Hi, On Mon, 4 Jan 2021, Steve Lhomme wrote: In VLC, in the build script we also force the value for VLC and all the libraries it builds: https://code.videolan.org/videolan/vlc/-/blob/master/extras/package/win32/build.sh#L221 So the default value should have no impact. Ah, nice. I

[Mingw-w64-public] IExtractIcon missing functions

2021-01-04 Thread LRN
Is it me, or are IUnknown functions missing from IExtractIconA and IExtractIconW Vtbls? OpenPGP_signature Description: OpenPGP digital signature ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net

Re: [Mingw-w64-public] [PATCH] headers: Use Windows 10 as default _WIN32_WINNT value.

2021-01-04 Thread Jacek Caban
On 31.12.2020 21:31, Martin Storsjö wrote: On Thu, 31 Dec 2020, Jacek Caban wrote: Yes, but the critical part is the very first sentence, which says that 'you can specify which versions of Windows your code can run on.'. Note the difference between *can* and *need*. When using mingw-w64 with

Re: [Mingw-w64-public] [PATCH] headers: Use Windows 10 as default _WIN32_WINNT value.

2021-01-04 Thread Martin Storsjö
Hi, On Mon, 4 Jan 2021, Jacek Caban wrote: FWIW, I think that the attached patch should do the right thing on VLC (but I don't really have setup to test it). Thanks, looks like that could be enough - I'll try to get time to think through and test the potential combinations. A different

Re: [Mingw-w64-public] [PATCH 1/2] headers: Move IPv4/v6 options to ws2ipdef.h from ws2tcpip.h.

2021-01-04 Thread JonY via Mingw-w64-public
On 1/3/21 2:15 AM, Liu Hao wrote: 在 2021/1/3 上午12:01, JonY via Mingw-w64-public 写道: On 1/2/21 3:08 PM, Biswapriyo Nath wrote: Any reply on this patch? I don't really have any opinions of this patch, I'll apply both if there are still no objections in a few days. LGTM. Pushed to