Ignore:
Timestamp:
Jun 19, 2013 6:47:43 AM (11 years ago)
Author:
riza
Message:

Re #1680: Add initial support for Win64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/util.h

    r3550 r4537  
    156156#if !defined(PJ_HAS_POOL_ALT_API) || PJ_HAS_POOL_ALT_API==0 
    157157    pj_pool_t   *p; 
    158     unsigned     total_alloc = 0; 
    159     unsigned     total_used = 0; 
     158    pj_size_t    total_alloc = 0; 
     159    pj_size_t    total_used = 0; 
    160160 
    161161    /* Accumulate memory usage in active list. */ 
Note: See TracChangeset for help on using the changeset viewer.