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…
Reference in New Issue