Janitorial. Get rid of W->A call.
authorTony Lambregts <tony_lambregts@telusplanet.net>
Mon, 17 Mar 2003 21:22:57 +0000 (21:22 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 17 Mar 2003 21:22:57 +0000 (21:22 +0000)
dlls/commdlg/printdlg.c

index 4bc97a0146c2c6c95be317c60c503d1409041481..56599eee4ca458d6c77d95d09f75f6f8c50bf902 100644 (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 {