mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
fix bustage on WinCE (bug 491438) r=stuart
This commit is contained in:
parent
c97cb0b630
commit
1ff97425c2
@ -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