1 Aug
2004
1 Aug
'04
6:22 a.m.
"James Hawkins" <truiken(a)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. -- Dmitry.