зеркало из https://github.com/stride3d/freetype.git
fttypes.h: Cast FT_MAKE_TAG output to FT_Tag exlicitly.
This commit is contained in:
Родитель
82ebaa7b05
Коммит
41f9d0d6ee
|
@ -1,3 +1,10 @@
|
|||
2009-07-31 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
fttypes.h: Cast FT_MAKE_TAG output to FT_Tag exlicitly.
|
||||
|
||||
* include/freetype/fttypes.h (FT_MAKE_TAG):
|
||||
Cast the result to FT_Tag.
|
||||
|
||||
2009-07-31 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
psnames: Handle Unicode codepoints by FT_UInt32 variables.
|
||||
|
|
|
@ -474,6 +474,7 @@ FT_BEGIN_HEADER
|
|||
/* this macro. */
|
||||
/* */
|
||||
#define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \
|
||||
(FT_Tag) \
|
||||
( ( (FT_ULong)_x1 << 24 ) | \
|
||||
( (FT_ULong)_x2 << 16 ) | \
|
||||
( (FT_ULong)_x3 << 8 ) | \
|
||||
|
|
Загрузка…
Ссылка в новой задаче