зеркало из https://github.com/mozilla/pjs.git
Commented out compForm variable to remove warning
This commit is contained in:
Родитель
5d9bc4da4d
Коммит
5fefb50327
|
@ -2073,7 +2073,7 @@ PRBool nsWindow::ProcessMessage(UINT msg, WPARAM wParam, LPARAM lParam, LRESULT
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case WM_IME_COMPOSITION: {
|
case WM_IME_COMPOSITION: {
|
||||||
COMPOSITIONFORM compForm;
|
//COMPOSITIONFORM compForm;
|
||||||
HIMC hIMEContext;
|
HIMC hIMEContext;
|
||||||
|
|
||||||
result = PR_FALSE; // will change this if an IME message we handle
|
result = PR_FALSE; // will change this if an IME message we handle
|
||||||
|
|
Загрузка…
Ссылка в новой задаче