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

_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to