[Mingw-w64-public] [PATCH] EnumResourceLanguages*: add missing declarations

2013-08-18 Thread Rafaël Carré
EnumResourceLanguagesEx define was missing EnumResourceLanguages prototypes were not declared for _WIN32_WINNT < 0x600 --- mingw-w64-headers/include/libloaderapi.h | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mingw-w64-headers/include/libloaderapi.h b/mingw-w64-header

Re: [Mingw-w64-public] WinRT idl APIs

2013-08-18 Thread Rafaël Carré
Le 15/08/2013 15:18, Jean-Baptiste Kempf a écrit : > This set of patches implement some of the WinRT idls 0002-0005 applied as r6087 - r6090 -- Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free tr

Re: [Mingw-w64-public] [PATCH 1/2] synchapi.h: APIs are not forbidden on Windows Store

2013-08-18 Thread Rafaël Carré
Le 18/08/2013 21:43, Kai Tietz a écrit : > 2013/8/15 Rafaël Carré : >> --- >> mingw-w64-headers/include/synchapi.h | 5 - >> 1 file changed, 5 deletions(-) >> >> diff --git a/mingw-w64-headers/include/synchapi.h >> b/mingw-w64-headers/include/synchapi.h >> index 4e4e2aa..d9a94ed 100755 >> ---

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] configuring MSYS

2013-08-18 Thread Jim Michaels
I am getting much more success now compiling stuff. not all, but some. unable to build cdrtools and wxwidgets. I wrote this to help others get configured. http://jesusnjim.com/programming/just-starting/configuring-compile-environment.html if anyone has ideas on what to add to this page or cha

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

Re: [Mingw-w64-public] [PATCH 5/5] Add Windows.System.Threading WinRT interfaces

2013-08-18 Thread Kai Tietz
patch is ok Thanks, Kai -- Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Downlo

Re: [Mingw-w64-public] [PATCH 4/5] Add WinRT Windows.Storage headers

2013-08-18 Thread Kai Tietz
Please apply, thanks, Kai -- Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Down

Re: [Mingw-w64-public] [PATCH 3/5] Add WinRT Windows.Security.Cryptography headers

2013-08-18 Thread Kai Tietz
Ok. Thanks, Kai -- Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for f

Re: [Mingw-w64-public] [PATCH 2/5] Add WinRT Windows.Foundation headers

2013-08-18 Thread Kai Tietz
Ok, there is some stuff still missing. Start looks reasonable. Thanks, Kai -- Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-lev

Re: [Mingw-w64-public] [PATCH 1/5] Fix build breakage

2013-08-18 Thread Kai Tietz
2013/8/15 Jean-Baptiste Kempf : > --- > mingw-w64-headers/Makefile.am | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/mingw-w64-headers/Makefile.am b/mingw-w64-headers/Makefile.am > index 34485bc..863ed6c 100644 > --- a/mingw-w64-headers/Makefile.am > +++ b/mingw-w64-headers/Makefile.am >

Re: [Mingw-w64-public] WinRT idl APIs

2013-08-18 Thread Kai Tietz
2013/8/15 Jean-Baptiste Kempf : > This set of patches implement some of the WinRT idls > > They don't support extra properties and templates because our widl > cannot yet process them. Right, I am working right now on namespace-feature for widl. Most changes I provided to you some weeks ago (and

Re: [Mingw-w64-public] [PATCH 2/2] More Windows Store forbidden APIs

2013-08-18 Thread Kai Tietz
The shellapi.h hunk looks ok. The change about winbase.h header, I am in doubt. Jacek, could you take a look to these changes? Thanks, Kai -- Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free tr

Re: [Mingw-w64-public] [PATCH 1/2] synchapi.h: APIs are not forbidden on Windows Store

2013-08-18 Thread Kai Tietz
2013/8/15 Rafaël Carré : > --- > mingw-w64-headers/include/synchapi.h | 5 - > 1 file changed, 5 deletions(-) > > diff --git a/mingw-w64-headers/include/synchapi.h > b/mingw-w64-headers/include/synchapi.h > index 4e4e2aa..d9a94ed 100755 > --- a/mingw-w64-headers/include/synchapi.h > +++ b/min