Commit b4bb1490 authored by Tony Lambregts's avatar Tony Lambregts Committed by Alexandre Julliard

Janitorial. Get rid of W->A call.

parent 76883a8c
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment