freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] commit #84eebf4802 breaks compilation with older version


From: John Emmas
Subject: Re: [ft-devel] commit #84eebf4802 breaks compilation with older version of MSVC
Date: Fri, 18 May 2018 09:00:00 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

On 17/05/2018 18:41, Werner LEMBERG wrote:
However, MSVC-8 seems happy with this underscored variant, if that
helps...

         static __inline FT_Int32
Fixed in git, thanks.


Thanks Werner - another heads-up though...

Fixing that issue has simply highlighted another problem five lines later, namely:-

      _BitScanReverse ( %where, x );

Bear in mind that Visual Studio didn't introduce _BitScanReverse until VS2013 (MSDN says VS2010 but I think that's wrong). Either way, the above change has made freetype2 unbuildable now with anything earlier :-(

John



reply via email to

[Prev in Thread] Current Thread [Next in Thread]