Ignore:
Timestamp:
Jul 22, 2006 1:42:56 PM (18 years ago)
Author:
bennylp
Message:

Changed all public header files to compile correctly when -ansi and -pedantic is used, also when g++ is used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/file_io.h

    r66 r622  
    6262    PJ_O_RDWR       = 0x1103,   /**< Open file for reading and writing.  
    6363                                     File will be truncated.            */ 
    64     PJ_O_APPEND     = 0x1108,   /**< Append to existing file.           */ 
     64    PJ_O_APPEND     = 0x1108    /**< Append to existing file.           */ 
    6565}; 
    6666 
     
    7272    PJ_SEEK_SET     = 0x1201,   /**< Offset from beginning of the file. */ 
    7373    PJ_SEEK_CUR     = 0x1202,   /**< Offset from current position.      */ 
    74     PJ_SEEK_END     = 0x1203,   /**< Size of the file plus offset.      */ 
     74    PJ_SEEK_END     = 0x1203    /**< Size of the file plus offset.      */ 
    7575}; 
    7676 
Note: See TracChangeset for help on using the changeset viewer.