feisty meow concerns codebase  2.140
definitions_wx.h File Reference
#include <basis/utf_conversion.h>
#include <wx/defs.h>
Include dependency graph for definitions_wx.h:

Go to the source code of this file.

Namespaces

 loggers
 A logger that sends to the console screen using the standard output device.
 

Macros

#define to_unicode_wx(s)   ((const wxChar *)null_transcoder(s, false))
 
#define from_unicode_wx(s)   ((const char *)null_transcoder((const wxChar *)s, false))
 

Macro Definition Documentation

◆ from_unicode_wx

#define from_unicode_wx (   s)    ((const char *)null_transcoder((const wxChar *)s, false))

Definition at line 38 of file definitions_wx.h.

◆ to_unicode_wx

#define to_unicode_wx (   s)    ((const wxChar *)null_transcoder(s, false))

Definition at line 37 of file definitions_wx.h.