Re: [Mingw-w64-public] [PATCH] Remove reference to strnlen from msvcrt.def

2013-07-19 Thread Jacek Caban
On 07/19/13 07:43, Ozkan Sezer wrote: > On Fri, Jul 19, 2013 at 4:16 AM, Kai Tietz wrote: >> I am not able your patch the next two weeks. If Jacek, Ozkan, or dw >> confirm, then patch is oj for appkay. Looks good to me. Ideally, we should move that to libmsvcrt.a like some other functions, but t

Re: [Mingw-w64-public] [PATCH] Remove reference to strnlen from msvcrt.def

2013-07-18 Thread Ozkan Sezer
On Fri, Jul 19, 2013 at 4:16 AM, Kai Tietz wrote: > I am not able your patch the next two weeks. If Jacek, Ozkan, or dw > confirm, then patch is oj for appkay. > > Kai > > Am 18.07.2013 10:14 schrieb "Rafaël Carré" : >> >> Hello, >> >> Le 18/07/2013 21:49, Erik van Pienbroek a écrit : >> > Hi, >>

Re: [Mingw-w64-public] [PATCH] Remove reference to strnlen from msvcrt.def

2013-07-18 Thread Kai Tietz
I am not able your patch the next two weeks. If Jacek, Ozkan, or dw confirm, then patch is oj for appkay. Kai Am 18.07.2013 10:14 schrieb "Rafaël Carré" : > Hello, > > Le 18/07/2013 21:49, Erik van Pienbroek a écrit : > > Hi, > > > > We recently received some bug reports that executables compile

Re: [Mingw-w64-public] [PATCH] Remove reference to strnlen from msvcrt.def

2013-07-18 Thread Rafaël Carré
Hello, Le 18/07/2013 21:49, Erik van Pienbroek a écrit : > Hi, > > We recently received some bug reports that executables compiled with > mingw-w64 couldn't be executed on Windows XP environments. Users > would get fatal error messages which indicate that the symbol strnlen > couldn't be found in

[Mingw-w64-public] [PATCH] Remove reference to strnlen from msvcrt.def

2013-07-18 Thread Erik van Pienbroek
Hi, We recently received some bug reports that executables compiled with mingw-w64 couldn't be executed on Windows XP environments. Users would get fatal error messages which indicate that the symbol strnlen couldn't be found in msvcrt.dll (which is correct for Windows XP). I've verified this wit