freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] int-not32-changes-2017 e1026c4 01/23: builds/compiler/16bit.


From: suzuki toshiya
Subject: [freetype2] int-not32-changes-2017 e1026c4 01/23: builds/compiler/16bit.h: new generic header, to avoid greater-than-int enumarator.
Date: Tue, 12 Sep 2017 22:13:31 -0400 (EDT)

branch: int-not32-changes-2017
commit e1026c450f22bccd8543f972bbbeca1740955885
Author: suzuki toshiya <address@hidden>
Commit: suzuki toshiya <address@hidden>

    builds/compiler/16bit.h: new generic header, to avoid greater-than-int 
enumarator.
---
 builds/compiler/16bit.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/builds/compiler/16bit.h b/builds/compiler/16bit.h
new file mode 100644
index 0000000..25fa279
--- /dev/null
+++ b/builds/compiler/16bit.h
@@ -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 */



reply via email to

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