Fix position of IME in wxSTC in wxMSW.

See https://github.com/wxWidgets/wxWidgets/pull/1852
This commit is contained in:
Vadim Zeitlin
2020-05-25 01:33:00 +02:00
18 changed files with 227 additions and 16 deletions

View File

@@ -195,5 +195,8 @@ wx_lib_compile_definitions(wxstc PRIVATE
LINK_LEXERS
)
wx_lib_link_libraries(wxstc PRIVATE wxscintilla)
if(WXMSW)
wx_lib_link_libraries(wxstc PRIVATE imm32)
endif()
wx_finalize_lib(wxstc)