diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-14 12:18:24 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-21 11:00:01 +0000 |
commit | eb1315e093fa9f540aecf35e03a7cf9f7390e55a (patch) | |
tree | 55a5257e89be406f2de83c71c3aff12cd18e21f8 /widget/windows/IMMHandler.cpp | |
parent | fa9730a46c87fa774be19cd1bf7f03441cb4650f (diff) | |
download | UXP-eb1315e093fa9f540aecf35e03a7cf9f7390e55a.tar UXP-eb1315e093fa9f540aecf35e03a7cf9f7390e55a.tar.gz UXP-eb1315e093fa9f540aecf35e03a7cf9f7390e55a.tar.lz UXP-eb1315e093fa9f540aecf35e03a7cf9f7390e55a.tar.xz UXP-eb1315e093fa9f540aecf35e03a7cf9f7390e55a.zip |
[widget] Clean up Windows widget code some.
Diffstat (limited to 'widget/windows/IMMHandler.cpp')
-rw-r--r-- | widget/windows/IMMHandler.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widget/windows/IMMHandler.cpp b/widget/windows/IMMHandler.cpp index 9bd7d2e7a..e16517a38 100644 --- a/widget/windows/IMMHandler.cpp +++ b/widget/windows/IMMHandler.cpp @@ -17,6 +17,8 @@ #include "mozilla/MiscEvents.h" #include "mozilla/TextEvents.h" +using namespace mozilla; + #ifndef IME_PROP_ACCEPT_WIDE_VKEY #define IME_PROP_ACCEPT_WIDE_VKEY 0x20 #endif |