16 lines
169 B
C
16 lines
169 B
C
#ifndef WXW_H_
|
|
#define WXW_H_
|
|
|
|
#include <wx/wxprec.h>
|
|
|
|
#ifndef WX_PRECOMP
|
|
#include <wx/wx.h>
|
|
#endif
|
|
|
|
#ifdef _
|
|
#undef _
|
|
#endif
|
|
#define _(s) wxString::FromUTF8(s)
|
|
|
|
#endif
|