1 #ifndef WX_DEFINITIONS_GROUP
2 #define WX_DEFINITIONS_GROUP
30 #define to_unicode_wx(s) ((const wxChar *)(const flexichar *)transcode_to_utf16(s))
32 #define from_unicode_wx(s) ((const char *)(const UTF8 *)transcode_to_utf8(s))
37 #define to_unicode_wx(s) ((const wxChar *)null_transcoder(s, false))
38 #define from_unicode_wx(s) ((const char *)null_transcoder((const wxChar *)s, false))
A logger that sends to the console screen using the standard output device.
Support for unicode builds.