mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 17:23:53 +00:00
Janitorial. Get rid of W->A call.
This commit is contained in:
parent
76883a8cb6
commit
b4bb1490df
@ -2056,7 +2056,7 @@ INT_PTR CALLBACK PrintDlgProcW(HWND hDlg, UINT uMsg, WPARAM wParam,
|
||||
INT_PTR res = FALSE;
|
||||
|
||||
if (uMsg!=WM_INITDIALOG) {
|
||||
PrintStructures = (PRINT_PTRW*) GetWindowLongA(hDlg, DWL_USER);
|
||||
PrintStructures = (PRINT_PTRW*) GetWindowLongW(hDlg, DWL_USER);
|
||||
if (!PrintStructures)
|
||||
return FALSE;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user