Re: [Mingw-w64-public] [PATCH 3/5] Reimplement SHGetFolderPathW using WinRT functions

2013-11-16 Thread Jean-Baptiste Kempf
On 16 Nov, Kai Tietz wrote : > Looks reasonable for me. Did this piece of code got tested? Yes, a long time ago. More testing is indeed advised before pushing. With my kindest regards, -- Jean-Baptiste Kempf http://www.jbkempf.com/ - +33 672 704 734 Sent from my Electronic Device ---

Re: [Mingw-w64-public] [PATCH 3/5] Reimplement SHGetFolderPathW using WinRT functions

2013-11-16 Thread Kai Tietz
2013/11/16 Rafaël Carré : > From: Jean-Baptiste Kempf > > --- > .../winstorecompat/src/SHGetFolderPathW.c | 110 > +++-- > 1 file changed, 104 insertions(+), 6 deletions(-) > > diff --git a/mingw-w64-libraries/winstorecompat/src/SHGetFolderPathW.c > b/mingw-w64-librarie

[Mingw-w64-public] [PATCH 3/5] Reimplement SHGetFolderPathW using WinRT functions

2013-11-16 Thread Rafaël Carré
From: Jean-Baptiste Kempf --- .../winstorecompat/src/SHGetFolderPathW.c | 110 +++-- 1 file changed, 104 insertions(+), 6 deletions(-) diff --git a/mingw-w64-libraries/winstorecompat/src/SHGetFolderPathW.c b/mingw-w64-libraries/winstorecompat/src/SHGetFolderPathW.c ind