Re: [Mingw-w64-public] [PATCH 2/5] headers: Fix missing enum values in mfobjects.h

2020-04-09 Thread Martin Storsjö
On Fri, 10 Apr 2020, Biswapriyo Nath wrote: On Tue, Apr 7, 2020 at 2:07 PM Martin Storsjö wrote: The ifdefs (that aren't within cpp_quote()) in the idl file aren't brought along as such, but are evaluated when widl interprets the file, which means the enclosed declarations are left out, and t

Re: [Mingw-w64-public] [PATCH 2/5] headers: Fix missing enum values in mfobjects.h

2020-04-09 Thread Biswapriyo Nath
On Tue, Apr 7, 2020 at 2:07 PM Martin Storsjö wrote: > The ifdefs (that aren't within cpp_quote()) in the idl file aren't > brought along as such, but are evaluated when widl interprets the > file, which means the enclosed declarations are left out, and the > ifdefs don't make it into the final h

Re: [Mingw-w64-public] [PATCH] Add the IApplicationData2 storage interface

2020-04-09 Thread Biswapriyo Nath
enum AsyncStatus is present in AsyncInfo.idl file in Windows SDK which is not present in mingw-w64-headers. ___ 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] Add the IApplicationData2 storage interface

2020-04-09 Thread Liu Hao
在 2020/4/8 22:28, Steve Lhomme 写道: > It allows getting the LocalCacheFolder > https://docs.microsoft.com/en-us/uwp/api/windows.storage.applicationdata.localcachefolde > --- > mingw-w64-headers/include/windows.storage.h | 114 ++ > mingw-w64-headers/include/windows.storage.idl |

Re: [Mingw-w64-public] [PATCH 3/6] winpthreads: always return 0 in pthread_check() if the thread ended is 0

2020-04-09 Thread Liu Hao
在 2020/4/8 23:14, Steve Lhomme 写道: > The code does the same but in a cleaner way, making room for the next patch. > --- > mingw-w64-libraries/winpthreads/src/sched.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/mingw-w64-libraries/winpthreads/src/sched.c > b/min

Re: [Mingw-w64-public] [PATCH] headers: codecapi add missing enums

2020-04-09 Thread Liu Hao
在 2020/4/9 13:10, Biswapriyo Nath 写道: > Updated. > > Thanks. Pushed this one. -- Best regards, LH_Mouse signature.asc Description: OpenPGP digital signature ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.so