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

2013-08-18 Thread Jean-Baptiste Kempf
On 18 Aug, Kai Tietz wrote : > Implementation seems reasonable to me. Did you tested code already? Not enough. But I would prefer doing so after the previous patches are merged :) Best regards, -- Jean-Baptiste Kempf http://www.jbkempf.com/ - +33 672 704 734 Sent from my Electronic Device ---

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

2013-08-18 Thread Kai Tietz
Implementation seems reasonable to me. Did you tested code already? Regards, Kai -- Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to cod

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

2013-08-15 Thread Jean-Baptiste Kempf
--- .../winstorecompat/src/SHGetFolderPathW.c | 103 +++-- 1 file changed, 97 insertions(+), 6 deletions(-) diff --git a/mingw-w64-libraries/winstorecompat/src/SHGetFolderPathW.c b/mingw-w64-libraries/winstorecompat/src/SHGetFolderPathW.c index 9ae7d3c..36b956f 100644 --