s/inline/__inline/ for MSVC.

Reported by John Emmas <john@creativepost.co.uk>.

* include/freetype/internal/ftcalc.h (FT_MSB) [_MSC_VER]: Do it.
parthw-pk-vf
Werner Lemberg 7 years ago
parent 583dabf291
commit 2cac1c3542
  1. 8
      ChangeLog
  2. 2
      include/freetype/internal/ftcalc.h

@ -1,3 +1,11 @@
2018-05-17 Werner Lemberg <wl@gnu.org>
s/inline/__inline/ for MSVC.
Reported by John Emmas <john@creativepost.co.uk>.
* include/freetype/internal/ftcalc.h (FT_MSB) [_MSC_VER]: Do it.
2018-05-16 Werner Lemberg <wl@gnu.org>
Add function `FT_Get_GlyphLayers' to access `COLR' table data.

@ -362,7 +362,7 @@ FT_BEGIN_HEADER
#include <intrin.h>
static inline FT_Int32
static __inline FT_Int32
FT_MSB_i386( FT_UInt32 x )
{
unsigned long where;

Loading…
Cancel
Save