mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 22:04:55 +02:00
This issue has begun since d9299e644f4deaaebd2a00dd9e97986565c83e02
This commit is contained in:
parent
4836f4b004
commit
02b342f441
@ -3258,7 +3258,7 @@ LRESULT APIENTRY Progress::wndProc(HWND hwnd, UINT umsg, WPARAM wparam, LPARAM l
|
|||||||
case WM_CREATE:
|
case WM_CREATE:
|
||||||
{
|
{
|
||||||
Progress* pw =(Progress*)((LPCREATESTRUCT)lparam)->lpCreateParams;
|
Progress* pw =(Progress*)((LPCREATESTRUCT)lparam)->lpCreateParams;
|
||||||
::SetWindowLongPtr(hwnd, GWLP_USERDATA, PtrToUlong(pw));
|
::SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR)pw);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user