Commit ab7fc4a0 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Mapping for ICM_SETSTATE (ptr in lParam1 to private data).

parent 00b86a9b
......@@ -553,6 +553,7 @@ LPVOID MSVIDEO_MapMsg16To32(UINT msg, LPDWORD lParam1, LPDWORD lParam2) {
case DRV_OPEN:
case ICM_GETDEFAULTQUALITY:
case ICM_GETQUALITY:
case ICM_SETSTATE:
*lParam1 = (DWORD)MapSL(*lParam1);
break;
case ICM_GETINFO:
......
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