"Fossies" - the Fresh Open Source Software Archive

Member "SDL2_ttf-2.20.2/external/freetype/builds/atari/ATARI.H" (25 May 2022, 412 Bytes) of package /linux/misc/SDL2_ttf-2.20.2.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. For more information about "ATARI.H" see the Fossies "Dox" file reference documentation.

    1 #if defined( GXVALID_H_ )
    2 #pragma warn -aus /* too many unevaluated variables in gxvalid */
    3 #endif
    4 
    5 #ifndef ATARI_H
    6 #define ATARI_H
    7 
    8 #pragma warn -stu
    9 
   10 /* PureC doesn't like 32bit enumerations */
   11 
   12 #ifndef FT_IMAGE_TAG
   13 #define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 ) value
   14 #endif /* FT_IMAGE_TAG */
   15 
   16 #ifndef FT_ENC_TAG
   17 #define FT_ENC_TAG( value, a, b, c, d ) value
   18 #endif /* FT_ENC_TAG */
   19 
   20 #endif /* ATARI_H */