Janitorial. Get rid of W->A call.

This commit is contained in:
Tony Lambregts 2003-03-17 21:22:57 +00:00 committed by Alexandre Julliard
parent 76883a8cb6
commit b4bb1490df
1 changed files with 1 additions and 1 deletions

View File

@ -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 {