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/include/pj/os.h

    r2482 r2805  
    12691269 
    12701270/** 
     1271 * Variant of #pj_elapsed_msec() which returns 64bit value. 
     1272 */ 
     1273PJ_DECL(pj_uint64_t) pj_elapsed_msec64(const pj_timestamp *start, 
     1274                                       const pj_timestamp *stop ); 
     1275 
     1276/** 
    12711277 * Calculate the elapsed time in 32-bit microseconds. 
    12721278 * This function calculates the elapsed time using highest precision 
Note: See TracChangeset for help on using the changeset viewer.