Re: [Mingw-w64-public] repository.txt

2016-03-05 Thread Walt Brainerd
Indeed I was getting the wrong version. I deleted my browsing history, did it again, and it works. I needed you to tell me it was me with the problem and that I had the wrong version. Thank you. On Fri, Mar 4, 2016 at 3:40 AM, niXman wrote: > > > Is this not the correct place to get it? > Corr

[Mingw-w64-public] time.h issue with C++ programs

2016-03-05 Thread Guy Helmer
I noticed an issue when compiling some C++ code that made use of localtime_r(): localtime_r() and related prototypes near the bottom of time.h are not in an 'extern "C"' block. I worked around the issue, but perhaps a change to the source would be useful: --- /mingw32/i686-w64-mingw32/include/ti