mgh: fix for default HDD DMA mode, that wasn't correctly set
[open-ps2-loader.git] / thirdparty / freetype-2.3.12 / builds / atari / ATARI.H
blob9f78c924b834eb101e43e91f121447f1d2ed9484
1 #if defined( __GXVALID_H__ )
2 #pragma warn -aus /* too many unevaluated variables in gxvalid */
3 #endif
5 #ifndef ATARI_H
6 #define ATARI_H
8 #pragma warn -stu
10 /* PureC doesn't like 32bit enumerations */
12 #ifndef FT_IMAGE_TAG
13 #define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 ) value
14 #endif /* FT_IMAGE_TAG */
16 #ifndef FT_ENC_TAG
17 #define FT_ENC_TAG( value, a, b, c, d ) value
18 #endif /* FT_ENC_TAG */
20 #endif /* ATARI_H */