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

Paul Vriens paul.vriens.wine at gmail.com
Wed Jun 18 06:45:59 CDT 2008


Alistair Leslie-Hughes wrote:
> Hi,
>    use a unicode mapped function to stop a test from running under win98
> 
> Changelog:
>     gdi32: stop font tests crashing under win98
> 
> Best Regards
>  Alistair Leslie-Hughes
> 
> 
> ------------------------------------------------------------------------
> 
> 

+
+    if(!pGetGlyphIndicesA)
+        return;

Could you add a win_skip to this?

-- 
Cheers,

Paul.



More information about the wine-devel mailing list