"James Hawkins" truiken@gmail.com wrote:
Changelog * fix cross-call functions
- return DialogBoxIndirectParamA(COMDLG32_hInstance, template,
- return DialogBoxIndirectParamW(COMDLG32_hInstance, template, lpChFont->hwndOwner, FormatCharDlgProcA, (LPARAM)lpChFont );
You can't pass a not unicode dlgproc to DialogBoxIndirectParamW and hope that it will work.