Re: [Mingw-w64-public] [PATCH] include: Update namedpipeapi header file

2019-07-24 Thread Liu Hao
在 2019/7/21 19:09, Liu Hao 写道: > 在 2019/7/20 22:44, Biswapriyo Nath 写道: >> Fixed #3. >> >> >> > > This might be good as it doesn't alter old things. > > However, I have noticed that in Win10 SDK the other functions changed > their partition from `WINAPI_PARTITION_DESKTOP` to > `WINAPI_PARTITION_A

Re: [Mingw-w64-public] [PATCH] include: Update namedpipeapi header file

2019-07-21 Thread Liu Hao
在 2019/7/20 22:44, Biswapriyo Nath 写道: > Fixed #3. > > > This might be good as it doesn't alter old things. However, I have noticed that in Win10 SDK the other functions changed their partition from `WINAPI_PARTITION_DESKTOP` to `WINAPI_PARTITION_APP`. Should we update the partition of them as

Re: [Mingw-w64-public] [PATCH] include: Update namedpipeapi header file

2019-07-20 Thread Biswapriyo Nath
Fixed #3. From 1cc7765f0a1eb41300e7ef3e0ce6a3a9beb781eb Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 20 Jul 2019 20:08:13 +0530 Subject: [PATCH] include: Update namedpipeapi header file Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/namedpipeapi.h | 11 +++ 1

Re: [Mingw-w64-public] [PATCH] include: Update namedpipeapi header file

2019-07-18 Thread Liu Hao
在 2019/7/18 21:59, Biswapriyo Nath 写道: > Fixed #2. > > > Are there any reasons for keeping duplicates of `#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP)` ? Those in the middle can be removed I think, so we only ever need a large `#if ... #endif` at the top level. -- Best regards, LH_Mou

Re: [Mingw-w64-public] [PATCH] include: Update namedpipeapi header file

2019-07-18 Thread Biswapriyo Nath
Fixed #2. From 9b0d040a3ae2aba1125b315dd8bacdae30b70150 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 17 Jul 2019 18:01:14 +0530 Subject: [PATCH] include: Update namedpipeapi header file Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/namedpipeapi.h | 43 +++

Re: [Mingw-w64-public] [PATCH] include: Update namedpipeapi header file

2019-07-18 Thread Liu Hao
在 2019/7/18 17:56, Biswapriyo Nath 写道: > Fixed. > > > Again, does `WINAPI_PARTITION_GAMES` exist in other headers at all? Probably it should be removed as well. Those `#if` blocks can be merged thereafter. -- Best regards, LH_Mouse signature.asc Description: OpenPGP digital signature

Re: [Mingw-w64-public] [PATCH] include: Update namedpipeapi header file

2019-07-18 Thread Biswapriyo Nath
Fixed. From 9b0d040a3ae2aba1125b315dd8bacdae30b70150 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 17 Jul 2019 18:01:14 +0530 Subject: [PATCH] include: Update namedpipeapi header file Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/namedpipeapi.h | 43 ++

Re: [Mingw-w64-public] [PATCH] include: Update namedpipeapi header file

2019-07-18 Thread Martin Storsjö
On Thu, 18 Jul 2019, Liu Hao wrote: 在 2019/7/18 上午1:07, Biswapriyo Nath 写道: `WINAPI_PARTITION_SYSTEM` doesn't seem to be supported. Please remove it. Can you provide the reason? Should I add a patch for winapifamily.h? Because it does not exist in any other Windows headers of ours. I am n

Re: [Mingw-w64-public] [PATCH] include: Update namedpipeapi header file

2019-07-17 Thread Liu Hao
在 2019/7/18 上午1:07, Biswapriyo Nath 写道: >> `WINAPI_PARTITION_SYSTEM` doesn't seem to be supported. Please remove it. > > Can you provide the reason? Should I add a patch for winapifamily.h? > Because it does not exist in any other Windows headers of ours. I am not clear why no support has been

Re: [Mingw-w64-public] [PATCH] include: Update namedpipeapi header file

2019-07-17 Thread Biswapriyo Nath
> `WINAPI_PARTITION_SYSTEM` doesn't seem to be supported. Please remove it. Can you provide the reason? Should I add a patch for winapifamily.h? ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists

Re: [Mingw-w64-public] [PATCH] include: Update namedpipeapi header file

2019-07-17 Thread Liu Hao
在 2019/7/17 20:37, Biswapriyo Nath 写道: > ... > > > > `WINAPI_PARTITION_SYSTEM` doesn't seem to be supported. Please remove it. -- Best regards, LH_Mouse signature.asc Description: OpenPGP digital signature ___ Mingw-w64-public mailing list Min

[Mingw-w64-public] [PATCH] include: Update namedpipeapi header file

2019-07-17 Thread Biswapriyo Nath
... From 9b0d040a3ae2aba1125b315dd8bacdae30b70150 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 17 Jul 2019 18:01:14 +0530 Subject: [PATCH] include: Update namedpipeapi header file Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/namedpipeapi.h | 43 +++--