Edit

kc3-lang/freetype/builds/atari/ATARI.H

Branch :

  • Show log

    Commit

  • Author : Werner Lemberg
    Date : 2016-01-12 21:37:13
    Hash : 37412ff9
    Message : Don't use macro names that contain `__' [1/2]. Such macro names are reserved for both C and C++. */*: Replace macros of the form `__XXX_H__' with `XXX_H_'.

  • builds/atari/ATARI.H
  • #if defined( GXVALID_H_ )
    #pragma warn -aus /* too many unevaluated variables in gxvalid */
    #endif
    
    #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 */