Commit 19d38deb authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

msvfw32: Correctly store internal pointer.

parent 67b10761
......@@ -257,7 +257,7 @@ static LRESULT MCIWND_Create(HWND hWnd, LPCREATESTRUCTW cs)
mwi = calloc(1, sizeof(*mwi));
if (!mwi) return -1;
SetWindowLongW(hWnd, 0, (LPARAM)mwi);
SetWindowLongPtrW(hWnd, 0, (LPARAM)mwi);
mwi->dwStyle = cs->style;
/* There is no need to show stats if there is no caption */
......
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