Commit 410d7995 authored by Michael Müller's avatar Michael Müller Committed by Alexandre Julliard

msvideo.dll16: Translate 16 bit address in lparam for MCIWNDM_SETTIMEFORMATA message.

parent 74810366
......@@ -988,6 +988,7 @@ static LRESULT WINAPI MCIWndProc16(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lp
switch (msg)
{
case MCIWNDM_SENDSTRINGA:
case MCIWNDM_SETTIMEFORMATA:
lparam = (ULONG_PTR)MapSL(lparam);
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment