misc/libfreetype/builds/atari/ATARI.H
author koda
Tue, 16 Jul 2013 11:14:27 +0200
changeset 9357 a501f5ec7b34
parent 5172 88f2e05288ba
permissions -rw-r--r--
fromAscii is deprecated in qt5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5172
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     1
#if defined( __GXVALID_H__ )
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     2
#pragma warn -aus /* too many unevaluated variables in gxvalid */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     3
#endif
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     4
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     5
#ifndef ATARI_H
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     6
#define ATARI_H
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     7
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     8
#pragma warn -stu
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     9
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    10
/* PureC doesn't like 32bit enumerations */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    11
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    12
#ifndef FT_IMAGE_TAG
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    13
#define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 ) value
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    14
#endif /* FT_IMAGE_TAG */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    15
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    16
#ifndef FT_ENC_TAG
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    17
#define FT_ENC_TAG( value, a, b, c, d ) value
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    18
#endif /* FT_ENC_TAG */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    19
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    20
#endif /* ATARI_H */