win32-fix soundview in x64
This commit is contained in:
parent
3ad7bec287
commit
4a6c59e018
|
@ -361,7 +361,7 @@ static INT_PTR CALLBACK SoundView_DlgProc(HWND hDlg, UINT uMsg, WPARAM wParam, L
|
|||
if(data == NULL)
|
||||
{
|
||||
data = (SoundView_DataStruct*)lParam;
|
||||
SetWindowLongPtr(hDlg, DWLP_USER, (LONG)data);
|
||||
SetWindowLongPtr(hDlg, DWLP_USER, (LONG_PTR)data);
|
||||
}
|
||||
data->hDlg = hDlg;
|
||||
|
||||
|
|
Loading…
Reference in New Issue