Changeset 13965

Show
Ignore:
Timestamp:
03/11/08 13:44:49 (4 months ago)
Author:
ilucena
Message:

Fix ticket #2268 enumerator size in Solaris

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/frmts/ingr/IngrTypes.h

    r12578 r13965  
    133133 
    134134struct INGR_FormatDescription { 
    135        uint16           eFormatCode; 
    136        const char       *pszName; 
     135    INGR_Format      eFormatCode; 
     136    const char       *pszName; 
    137137    GDALDataType     eDataType; 
    138138};