Re: [Mingw-w64-public] problem with compiler not concatenating strings

2014-06-29 Thread Ruben Van Boxem
2014-06-29 6:32 GMT+02:00 Jim Michaels : > thank you ivan, I did not know about cinttypes! this is new to me. it's > not listed at cplusplus.com > Eh, yes it is: http://www.cplusplus.com/reference/cinttypes/ Also, some might say cppreference.com is a better reference. Check it out: http://en.cpp

[Mingw-w64-public] [PATCH] fix incorrect __USE_MINGW_ANSI_STDIO check in wchar.h and stdlib.h

2014-06-29 Thread Ozkan Sezer
The attached tiny patch fixes incorrect __USE_MINGW_ANSI_STDIO check in wchar.h and stdlib.h: The check must be against the value, not against the existence of the macro. (c.f. _mingw_print_push.h, etc. headers.) OK for trunk and v3.x? -- O.S. diff --git a/mingw-w64-headers/crt/stdlib.h b/mingw-