Re: [Mingw-w64-public] [PATCH 9/9] winstorecompat: Suppress calls to GetFileAttributesA

2016-04-07 Thread Hugo Beauzée-Luyssen
On 04/01/2016 01:25 PM, Jacek Caban wrote: > Hi Hugo, > > On 04/01/16 13:14, Hugo Beauzée-Luyssen wrote: >> >> I agree, that's the better solution on the paper. >> However, I had quite a few symbols that I didn't manage to find the >> callsite for, so I assumed it was ok to suppress the call, just

Re: [Mingw-w64-public] [PATCH 9/9] winstorecompat: Suppress calls to GetFileAttributesA

2016-04-01 Thread Jacek Caban
Hi Hugo, On 04/01/16 13:14, Hugo Beauzée-Luyssen wrote: > > I agree, that's the better solution on the paper. > However, I had quite a few symbols that I didn't manage to find the > callsite for, so I assumed it was ok to suppress the call, just like > it's done for GetModuleHandle. I'd say

Re: [Mingw-w64-public] [PATCH 9/9] winstorecompat: Suppress calls to GetFileAttributesA

2016-04-01 Thread Hugo Beauzée-Luyssen
On 04/01/2016 12:18 PM, Jacek Caban wrote: > On 03/31/16 18:07, Hugo Beauzée-Luyssen wrote: >> --- >> mingw-w64-libraries/winstorecompat/src/GetFileAttributes.c | 9 + >> 1 file changed, 9 insertions(+) >> >> diff --git a/mingw-w64-libraries/winstorecompat/src/GetFileAttributes.c >>

Re: [Mingw-w64-public] [PATCH 9/9] winstorecompat: Suppress calls to GetFileAttributesA

2016-04-01 Thread Jacek Caban
On 03/31/16 18:07, Hugo Beauzée-Luyssen wrote: > --- > mingw-w64-libraries/winstorecompat/src/GetFileAttributes.c | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/mingw-w64-libraries/winstorecompat/src/GetFileAttributes.c >

[Mingw-w64-public] [PATCH 9/9] winstorecompat: Suppress calls to GetFileAttributesA

2016-03-31 Thread Hugo Beauzée-Luyssen
--- mingw-w64-libraries/winstorecompat/src/GetFileAttributes.c | 9 + 1 file changed, 9 insertions(+) diff --git a/mingw-w64-libraries/winstorecompat/src/GetFileAttributes.c b/mingw-w64-libraries/winstorecompat/src/GetFileAttributes.c index 66b2937..8d68ee0 100644 ---