freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] int-not32-changes-2017 782336a 02/25: builds/compiler/16bit.


From: suzuki toshiya
Subject: [freetype2] int-not32-changes-2017 782336a 02/25: builds/compiler/16bit.h: new generic header, to avoid greater-than-int enumarator.
Date: Wed, 13 Sep 2017 04:15:03 -0400 (EDT)

branch: int-not32-changes-2017
commit 782336ab3121888f003f8569cf8deb3ed9009ceb
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]