Subversion Repositories svn1-original

Rev

Rev 212 | Rev 229 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 212 Rev 214
Line 154... Line 154...
154
*/
154
*/
155
typedef struct
155
typedef struct
156
    {
156
    {
157
        char        abr[5];                          /* Country short name */
157
        char        abr[5];                          /* Country short name */
158
        char        full_name[LEN_CNTRY_NAME + 1] ;  /* Full country name */
158
        char        full_name[LEN_CNTRY_NAME + 1] ;  /* Full country name */
159
#ifdef __MINGW32__
159
#if defined(__MINGW32__) || defined(__GNUC__)
160
        char        dummy;
160
        char        dummy;
161
#endif
161
#endif
162
    }
162
    }
163
ty_t_country ;
163
ty_t_country ;
164
 
164