[HarfBuzz] MSVC compile issue with latest git master

John Emmas john at creativepost.co.uk
Fri Sep 7 15:16:45 UTC 2018


On 07/09/2018 15:39, Behdad Esfahbod wrote:
>
>
> Can you check if just removing the cast works?
>

Hi Behdad,

Unfortunately no -  removing the cast (by itself) doesn't work. However, 
if I remove the cast and then change line 258 to this, it then works:-

   mutable LONG v;

Previously, line 258 was this:-

   mutable int v;

Hope that helps,

John


More information about the HarfBuzz mailing list