gdi32: stop font tests crashing under win98 (try 2)

Dmitry Timoshkov dmitry at codeweavers.com
Wed Jun 18 07:01:05 CDT 2008


"Alistair Leslie-Hughes" <leslie_alistair at hotmail.com> 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.



More information about the wine-devel mailing list