wxWidgets/interface
Lauri Nurmi 343318d73e Add a thread-safe wxSysErrorMsgStr()
Implement wxSysErrorMsg's functionality without using static buffers;
have the caller provide the buffer. When the caller uses the original
API and does not provide a buffer, a static buffer is still used.
wxSysErrorMsgStr() returns a wxString.

Also use strerror_r() instead of strerror() on platforms other than MSW.
2016-11-21 19:15:19 +02:00
..
wx Add a thread-safe wxSysErrorMsgStr() 2016-11-21 19:15:19 +02:00
check_syntax.sh