Can you build?
Try changing line 78 of init.cpp from:
#ifdef __WXGTK__
to:
#ifndef __WXMSW__
If that works, I'll change the source. It should work.
SN-2705 已核对来源,附原文与上下文。
你能编译吗?
试着把 init.cpp 第 78 行从: #ifdef __WXGTK__
改成: #ifndef __WXMSW__
倘若好用了,我就改源码。它理应能行。