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