"Alistair Leslie-Hughes" <[EMAIL PROTECTED]> wrote:

> -    if (!*font_name && font_charset == DEFAULT_CHARSET) /* do it only once */
> +    /* EnumFontFamilies with the NULL parameter crashes win98 */
> +    if (pGetCharABCWidthsW && !*font_name && font_charset == 
> DEFAULT_CHARSET) /* do it only once */

Have you actually tested this? GetCharABCWidthsW is exported
by gdi32.dll in Win9x.

-- 
Dmitry.


Reply via email to