Ignore:
Timestamp:
Jun 8, 2006 11:43:42 PM (18 years ago)
Author:
ismangil
Message:

Initial work - debug symbian working, os_core still stubs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/symbian/pjlib/include/pj/compat/os_symbian.h

    r478 r496  
    4141#define PJ_HAS_STDLIB_H             1 
    4242#define PJ_HAS_STRING_H             1 
     43#define PJ_HAS_NO_SNPRINTF      1 
    4344#define PJ_HAS_SYS_IOCTL_H          1 
    4445#define PJ_HAS_SYS_SELECT_H         0 
     
    101102 */ 
    102103 
    103 /*#define NULL                      ((void*)0) 
    104 */ 
     104#define NULL                        ((void*)0) 
     105 
    105106/* 
    106107 * Override features. 
     
    134135#define PJ_THREAD_ALLOCATE_STACK        0 
    135136 
     137/* Missing socklen_t */ 
     138typedef unsigned int socklen_t; 
     139 
    136140#endif  /* __PJ_COMPAT_OS_SYMBIAN_H__ */ 
    137141 
Note: See TracChangeset for help on using the changeset viewer.