Commit 3e43528a authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

comdlg32: Use a unicode dialog.

parent 90651c04
......@@ -3617,7 +3617,7 @@ BOOL WINAPI PageSetupDlgA(LPPAGESETUPDLGA setupdlg) {
pda = HeapAlloc(GetProcessHeap(),0,sizeof(*pda));
pda->dlga = setupdlg;
bRet = (0<DialogBoxIndirectParamA(
bRet = (0<DialogBoxIndirectParamW(
setupdlg->hInstance,
ptr,
setupdlg->hwndOwner,
......
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