2016-01-12 21:37:13 +01:00
|
|
|
#if defined( GXVALID_H_ )
|
2009-07-31 17:30:11 +02:00
|
|
|
#pragma warn -aus /* too many unevaluated variables in gxvalid */
|
|
|
|
#endif
|
|
|
|
|
2006-05-10 15:58:14 +02:00
|
|
|
#ifndef ATARI_H
|
|
|
|
#define ATARI_H
|
|
|
|
|
|
|
|
#pragma warn -stu
|
|
|
|
|
|
|
|
/* PureC doesn't like 32bit enumerations */
|
|
|
|
|
|
|
|
#ifndef FT_IMAGE_TAG
|
2007-01-16 07:11:27 +01:00
|
|
|
#define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 ) value
|
|
|
|
#endif /* FT_IMAGE_TAG */
|
2006-05-10 15:58:14 +02:00
|
|
|
|
|
|
|
#ifndef FT_ENC_TAG
|
|
|
|
#define FT_ENC_TAG( value, a, b, c, d ) value
|
|
|
|
#endif /* FT_ENC_TAG */
|
|
|
|
|
|
|
|
#endif /* ATARI_H */
|