wxwidgets/include
Vadim Zeitlin fb8d7b7de0 Take C string in wxLogger::MaybeStore() to simplify
We don't need to take wxString here, when we only ever call this
function ourselves with ASCII strings only.

This should result in slightly shorter generated code too, as the
conversion from C string to wxString now happens only in a single place
inside MaybeStore() instead of being done in all places calling
wxLogSysError() or wxLogStatus().
2024-01-30 18:47:06 +01:00
..
msvc/wx Introduce minimal MSW ARM support 2024-01-21 01:48:16 +01:00
wx Take C string in wxLogger::MaybeStore() to simplify 2024-01-30 18:47:06 +01:00