mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
fix bustage on WinCE (bug 491438) r=stuart
This commit is contained in:
parent
a8c6171964
commit
41a3e6b6e0
@ -74,8 +74,10 @@ static UINT sWM_MSIME_MOUSE = 0; // mouse message for MSIME 98/2000
|
||||
PRPackedBool nsIMM32Handler::sIsComposingOnPlugin = PR_FALSE;
|
||||
PRPackedBool nsIMM32Handler::sIsStatusChanged = PR_FALSE;
|
||||
|
||||
#ifndef WINCE
|
||||
UINT nsIMM32Handler::sCodePage = 0;
|
||||
DWORD nsIMM32Handler::sIMEProperty = 0;
|
||||
#endif
|
||||
|
||||
/* static */ void
|
||||
nsIMM32Handler::EnsureHandlerInstance()
|
||||
|
Loading…
Reference in New Issue
Block a user