summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2017-09-11 12:04:09 +0900
committersuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2017-09-13 17:11:11 +0900
commit782336ab3121888f003f8569cf8deb3ed9009ceb (patch)
treed9e156109150972fe60cd02d55afa05d72972384
parent93e76a510ce07a9c1a2f01e9e431d9b6726ff49a (diff)
downloadfreetype2-782336ab3121888f003f8569cf8deb3ed9009ceb.tar.gz
builds/compiler/16bit.h: new generic header, to avoid greater-than-int enumarator.
-rw-r--r--builds/compiler/16bit.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/builds/compiler/16bit.h b/builds/compiler/16bit.h
new file mode 100644
index 000000000..25fa27948
--- /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 */