Ignore:
Timestamp:
Jun 25, 2009 12:29:04 PM (15 years ago)
Author:
bennylp
Message:

Ticket #765: Bug with milliseconds time resolution in WinCE/Windows Mobile targets (thanks Johan Lantz for the report)

  • backported changes in #764
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.0/pjlib/src/pj/os_timestamp_common.c

    r2394 r2805  
    153153} 
    154154 
     155PJ_DEF(pj_uint64_t) pj_elapsed_msec64(const pj_timestamp *start, 
     156                                      const pj_timestamp *stop ) 
     157{ 
     158    return (pj_uint64_t)elapsed_msec(start, stop); 
     159} 
     160 
    155161PJ_DEF(pj_time_val) pj_elapsed_time( const pj_timestamp *start, 
    156162                                     const pj_timestamp *stop ) 
Note: See TracChangeset for help on using the changeset viewer.