提交 41a73cee 编写于 作者: J jp9000

Added WX_UTF8 macro

  The WX_UTF8 macro is primarily for convenience so you can input a
UTF-8 string into a wxWidgets function without having to do
wxString(string, wxConvUTF8) each time.
上级 a2a8a5f1
......@@ -23,6 +23,8 @@
#include <vector>
#define WX_UTF8(str) wxString(str, wxConvUTF8)
struct gs_window;
gs_window WxToGSWindow(const wxWindow *window);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册