comdlg32: Use a unicode dialog.
This commit is contained in:
parent
90651c049a
commit
3e43528a99
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue