Re: [Mingw-w64-public] Mirrors

2019-03-16 Thread Gavin M2301
I meant to say msys2. Know of any good mirrors? On Sat, Mar 16, 2019, 9:02 PM Gavin M2301 wrote: > Hi- > > Anyone know where the mirrors are at? Just installed msys and want to use > mingw 64 bit and want to update with Pac man. Thnx. Roboloki > ___ M

[Mingw-w64-public] Mirrors

2019-03-16 Thread Gavin M2301
Hi- Anyone know where the mirrors are at? Just installed msys and want to use mingw 64 bit and want to update with Pac man. Thnx. Roboloki ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listi

Re: [Mingw-w64-public] [PATCH] crt/wslapi: Add wslapi library

2019-03-16 Thread Martin Storsjö
On Sat, 16 Mar 2019, Biswapriyo Nath wrote: Windows 10 32bit has not WSL feature. See this link: https://wpdev.uservoice.com/forums/266908-command-prompt-console-bash-on-ubuntu-on-windo/suggestions/13359735-add-x32-support . Only Windows 10 x86_64 and arm64 has that feature. Hence, I didn't add

Re: [Mingw-w64-public] [PATCH] crt/wslapi: Add wslapi library

2019-03-16 Thread Biswapriyo Nath
Windows 10 32bit has not WSL feature. See this link: https://wpdev.uservoice.com/forums/266908-command-prompt-console-bash-on-ubuntu-on-windo/suggestions/13359735-add-x32-support . Only Windows 10 x86_64 and arm64 has that feature. Hence, I didn't add in lib-common. If you want I'll do that. Than

Re: [Mingw-w64-public] [PATCH] crt/wslapi: Add wslapi library

2019-03-16 Thread Liu Hao
在 2019/3/16 22:46, Biswapriyo Nath 写道: > Is this correct? > > > Perhaps this 'wslapi.def' can be placed in 'lib-common' so it will be shared amongst x64, ARM and AArch64. Also the x86 def is missing. I presume it would not differ (as all these functions uses the `__cdecl` calling convention) so

[Mingw-w64-public] [PATCH] crt/wslapi: Add wslapi library

2019-03-16 Thread Biswapriyo Nath
Is this correct? From 8b15fb791d6f9bc681f646f923bf98ce7a7da54a Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 16 Mar 2019 20:09:32 +0530 Subject: [PATCH] crt/wslapi: Add wslapi library Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/lib64/Makefile.am| 1 + mingw-w64-crt/lib64/w

Re: [Mingw-w64-public] [PATCH] include/wslapi.h: Add wslapi header file

2019-03-16 Thread Liu Hao
在 2019/3/16 21:45, Biswapriyo Nath 写道: > Here it is. > Thanks, pushed this one. > On Saturday, March 16, 2019, Liu Hao > wrote: >> 在 2019/3/16 17:07, Biswapriyo Nath 写道: >>> I've tested this header file with gcc as you've said. >>> >>> >>> >> >>> +#if WINAPI_FAMILY_PART

Re: [Mingw-w64-public] [PATCH] include/wslapi.h: Add wslapi header file

2019-03-16 Thread Biswapriyo Nath
Here it is. On Saturday, March 16, 2019, Liu Hao wrote: > 在 2019/3/16 17:07, Biswapriyo Nath 写道: >> I've tested this header file with gcc as you've said. >> >> >> > >> +#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SERVER) > > `WINAPI_PARTITION_SERVER` is not supported b

Re: [Mingw-w64-public] [PATCH] include/wslapi.h: Add wslapi header file

2019-03-16 Thread Liu Hao
在 2019/3/16 17:07, Biswapriyo Nath 写道: > I've tested this header file with gcc as you've said. > > > > +#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | > WINAPI_PARTITION_SERVER) `WINAPI_PARTITION_SERVER` is not supported by mingw-w64 and should be deleted. See for more information.

Re: [Mingw-w64-public] [PATCH] include/wslapi.h: Add wslapi header file

2019-03-16 Thread Biswapriyo Nath
I've tested this header file with gcc as you've said. From 9771232de0197253d9061d4d3de9bad029c444ec Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 16 Mar 2019 14:34:18 +0530 Subject: [PATCH] include/wslapi.h: Add wslapi header file Signed-off-by: Biswapriyo Nath --- mingw-w64-headers