зеркало из https://github.com/mozilla/gecko-dev.git
Bug 670912 - nptest_windows.cpp fails to compile on mingw-w64 r=benjamin
This commit is contained in:
Родитель
abada7c3fd
Коммит
daa337a539
|
@ -508,7 +508,7 @@ LRESULT CALLBACK PluginWndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lPara
|
||||||
if (!pInstance)
|
if (!pInstance)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
NPEvent event = { uMsg, wParam, lParam };
|
NPEvent event = { static_cast<uint16_t>(uMsg), wParam, lParam };
|
||||||
|
|
||||||
LRESULT result = 0;
|
LRESULT result = 0;
|
||||||
if (handleEventInternal(pInstance, &event, &result))
|
if (handleEventInternal(pInstance, &event, &result))
|
||||||
|
|
Загрузка…
Ссылка в новой задаче