diff options
author | crupest <crupest@outlook.com> | 2022-01-28 22:32:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-28 22:32:22 +0800 |
commit | 27ef6b29fe9ea6931dd9aef585e8b9467599b5f1 (patch) | |
tree | b6c6f2162a9561e1f86568717649913999cbb3e7 /include/cru/win/gui/InputMethod.hpp | |
parent | af43f72adcb6738eebaad505389084c17411a694 (diff) | |
download | cru-27ef6b29fe9ea6931dd9aef585e8b9467599b5f1.tar.gz cru-27ef6b29fe9ea6931dd9aef585e8b9467599b5f1.tar.bz2 cru-27ef6b29fe9ea6931dd9aef585e8b9467599b5f1.zip |
...
Diffstat (limited to 'include/cru/win/gui/InputMethod.hpp')
-rw-r--r-- | include/cru/win/gui/InputMethod.hpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/cru/win/gui/InputMethod.hpp b/include/cru/win/gui/InputMethod.hpp index 3784dcda..0f50c0aa 100644 --- a/include/cru/win/gui/InputMethod.hpp +++ b/include/cru/win/gui/InputMethod.hpp @@ -11,7 +11,7 @@ #include <imm.h> namespace cru::platform::gui::win { -class AutoHIMC : public Object { +class CRU_WIN_GUI_API AutoHIMC : public Object { CRU_DEFINE_CLASS_LOG_TAG(u"cru::platform::gui::win::AutoHIMC") public: @@ -33,8 +33,9 @@ class AutoHIMC : public Object { HIMC handle_; }; -class WinInputMethodContext : public WinNativeResource, - public virtual IInputMethodContext { +class CRU_WIN_GUI_API WinInputMethodContext + : public WinNativeResource, + public virtual IInputMethodContext { CRU_DEFINE_CLASS_LOG_TAG(u"cru::platform::gui::win::WinInputMethodContext") public: |