Ignore:
Timestamp:
May 2, 2007 6:54:19 PM (17 years ago)
Author:
bennylp
Message:

Errno and memory size tweaking for Symbian

File:
1 edited

Legend:

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

    r1235 r1244  
    600600 
    601601/** 
     602 * Is native platform error positive number? 
     603 * Default: 1 (yes) 
     604 */ 
     605#ifndef PJ_NATIVE_ERR_POSITIVE 
     606#   define PJ_NATIVE_ERR_POSITIVE   1 
     607#endif 
     608  
     609/** 
    602610 * Include error message string in the library (pj_strerror()). 
    603611 * This is very much desirable! 
Note: See TracChangeset for help on using the changeset viewer.