summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/freetype/builds/atari/ATARI.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/freetype/builds/atari/ATARI.H')
-rw-r--r--src/3rdparty/freetype/builds/atari/ATARI.H16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/3rdparty/freetype/builds/atari/ATARI.H b/src/3rdparty/freetype/builds/atari/ATARI.H
new file mode 100644
index 0000000000..bb6913803c
--- /dev/null
+++ b/src/3rdparty/freetype/builds/atari/ATARI.H
@@ -0,0 +1,16 @@
+#ifndef ATARI_H
+#define ATARI_H
+
+#pragma warn -stu
+
+/* PureC doesn't like 32bit enumerations */
+
+#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 */
+
+#endif /* ATARI_H */