Skip to content
Snippets Groups Projects
Commit 19d38deb authored by eric pouech's avatar eric pouech Committed by Alexandre Julliard
Browse files

msvfw32: Correctly store internal pointer.

parent 67b10761
Branches
Tags
1 merge request!4000msvfw32: Correctly store internal pointer.
Pipeline #16001 skipped
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment