Re: [Mingw-w64-public] [PATCH 4/9] winstorecompat: Provide a CreateFileA replacement

2016-04-07 Thread Hugo Beauzée-Luyssen
On 04/01/2016 12:16 PM, Jacek Caban wrote: > Hi Hugo, > > On 03/31/16 18:07, Hugo Beauzée-Luyssen wrote: >> --- a/mingw-w64-libraries/winstorecompat/src/CreateFileW.c >> +++ b/mingw-w64-libraries/winstorecompat/src/CreateFileW.c >> @@ -25,8 +25,10 @@ >> #define _WIN32_WINNT 0x602 /* CreateFile2 i

Re: [Mingw-w64-public] [PATCH 4/9] winstorecompat: Provide a CreateFileA replacement

2016-04-01 Thread Jacek Caban
Hi Hugo, On 03/31/16 18:07, Hugo Beauzée-Luyssen wrote: > --- a/mingw-w64-libraries/winstorecompat/src/CreateFileW.c > +++ b/mingw-w64-libraries/winstorecompat/src/CreateFileW.c > @@ -25,8 +25,10 @@ > #define _WIN32_WINNT 0x602 /* CreateFile2 is Win8 APP Family */ > > #define CreateFileW __Cre

Re: [Mingw-w64-public] [PATCH 4/9] winstorecompat: Provide a CreateFileA replacement

2016-04-01 Thread Kai Tietz
Hello, patch is fine, if previous patches getting reviewed ok, too. Thanks, Kai 2016-03-31 18:07 GMT+02:00 Hugo Beauzée-Luyssen : > which simply suppresses the call. > --- > mingw-w64-headers/include/fileapi.h| 2 +- > .../winstorecompat/src/CreateFileW.c | 22 >

[Mingw-w64-public] [PATCH 4/9] winstorecompat: Provide a CreateFileA replacement

2016-03-31 Thread Hugo Beauzée-Luyssen
which simply suppresses the call. --- mingw-w64-headers/include/fileapi.h| 2 +- .../winstorecompat/src/CreateFileW.c | 22 ++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/mingw-w64-headers/include/fileapi.h b/mingw-w64-headers/