fix bustage on WinCE (bug 491438) r=stuart

This commit is contained in:
Masayuki Nakano 2009-05-07 15:53:33 +09:00
parent c97cb0b630
commit 1ff97425c2

View File

@ -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()