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 = HeapAlloc(GetProcessHeap(),0,sizeof(*pda));
|
||||||
pda->dlga = setupdlg;
|
pda->dlga = setupdlg;
|
||||||
|
|
||||||
bRet = (0<DialogBoxIndirectParamA(
|
bRet = (0<DialogBoxIndirectParamW(
|
||||||
setupdlg->hInstance,
|
setupdlg->hInstance,
|
||||||
ptr,
|
ptr,
|
||||||
setupdlg->hwndOwner,
|
setupdlg->hwndOwner,
|
||||||
|
|
Loading…
Reference in New Issue