Re: [Mingw-w64-public] [PATCH] make some file APIs visible to Windows Store apps

2019-03-04 Thread Liu Hao
在 2019/3/4 22:23, Steve Lhomme 写道: > This patch just moves some functions to be available on desktop AND > winstore apps. It may be simpler to remove the #if since they are > available everywhere. > > I'm not too sure wheather WINSTORECOMPATimplies compiling them in the > winstorecompat library. >

Re: [Mingw-w64-public] [PATCH] make some file APIs visible to Windows Store apps

2019-03-04 Thread Steve Lhomme
This patch just moves some functions to be available on desktop AND winstore apps. It may be simpler to remove the #if since they are available everywhere. I'm not too sure wheather WINSTORECOMPATimplies compiling them in the winstorecompat library. On 3/4/2019 2:49 PM, Steve Lhomme wrote:

[Mingw-w64-public] [PATCH] make some file APIs visible to Windows Store apps

2019-03-04 Thread Steve Lhomme
--- mingw-w64-headers/include/fileapi.h | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/mingw-w64-headers/include/fileapi.h b/mingw-w64-headers/include/fileapi.h index eb7ccc9a..fafd6fc5 100644 --- a/mingw-w64-headers/include/fileapi.h +++ b/mingw-w64-headers