aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/freetype2/builds/atari/ATARI.H
blob: 28a5575da065821dc733423a7fa17bfb4d6d0575 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 */