Re: gdi32: stop crash in font tests (try 3)
19 Jun
2008
19 Jun
'08
2:58 a.m.
"Alistair Leslie-Hughes" <leslie_alistair(a)hotmail.com> wrote:
- if (!*font_name && font_charset == DEFAULT_CHARSET) /* do it only once */ + /* EnumFontFamilies with the NULL parameter crashes win98 */ + if (pGetGlyphIndicesW && !*font_name && font_charset == DEFAULT_CHARSET) /* do it only once */
You are excluding NT4 again. Why don't you simply use unicode version of EnumFontFamilies in this if() block? -- Dmitry.
6390
Age (days ago)
6390
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov