freetype-devel
[Top][All Lists]
Advanced

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

[ft-devel] commit #84eebf4802 breaks compilation with older version of M


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

Arkady Shapkin's commit #84eebf4802 (from May 12th) has broken a compilation that I need to do with MSVC-8. It's because of introducing this change at line 365 of 'freetype/internal/ftcalc.h':-

        static inline FT_Int32

However, MSVC-8 seems happy with this underscored variant, if that helps...

        static __inline FT_Int32

Just a heads-up,

John



reply via email to

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