mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-28 05:18:14 +02:00
builds/compiler/16bit.h: new generic header, to avoid greater-than-int enumarator.
This commit is contained in:
parent
93e76a510c
commit
782336ab31
1 changed files with 7 additions and 0 deletions
7
builds/compiler/16bit.h
Normal file
7
builds/compiler/16bit.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef FT_IMAGE_TAG
|
||||
#define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 ) value
|
||||
#endif /* FT_IMAGE_TAG */
|
||||
|
||||
#ifndef FT_ENC_TAG
|
||||
#define FT_ENC_TAG( value, a, b, c, d ) value
|
||||
#endif /* FT_ENC_TAG */
|
||||
Loading…
Add table
Reference in a new issue