Ignore:
Timestamp:
Feb 7, 2006 12:32:59 PM (18 years ago)
Author:
bennylp
Message:

Added PJ_ERR_MSG_SIZE in errno.h and updated VC7 project files

File:
1 edited

Legend:

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

    r128 r138  
    6565 
    6666/** 
     67 * Guidelines on error message length. 
     68 */ 
     69#define PJ_ERR_MSG_SIZE  64 
     70 
     71/** 
    6772 * Get the last platform error/status, folded into pj_status_t. 
    6873 * @return      OS dependent error code, folded into pj_status_t. 
Note: See TracChangeset for help on using the changeset viewer.