Ignore:
Timestamp:
Jul 20, 2007 8:08:30 AM (17 years ago)
Author:
bennylp
Message:

Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/file_io_ansi.c

    r1074 r1405  
    110110} 
    111111 
     112/* 
    112113PJ_DEF(pj_bool_t) pj_file_eof(pj_oshandle_t fd, enum pj_file_access access) 
    113114{ 
     
    115116    return feof((FILE*)fd) ? PJ_TRUE : 0; 
    116117} 
     118*/ 
    117119 
    118120PJ_DEF(pj_status_t) pj_file_setpos( pj_oshandle_t fd, 
Note: See TracChangeset for help on using the changeset viewer.