Ignore:
Timestamp:
Apr 30, 2007 9:03:32 PM (17 years ago)
Author:
bennylp
Message:

Initial Symbian integration to trunk for pjlib

File:
1 edited

Legend:

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

    r974 r1235  
    3232#elif defined(__GNUC__) 
    3333#  include <pj/compat/cc_gcc.h> 
     34#elif defined(__CW32__) 
     35#  include <pj/compat/cc_mwcc.h> 
     36#elif defined(__MWERKS__) 
     37#  include <pj/compat/cc_codew.h> 
    3438#else 
    3539#  error "Unknown compiler." 
     
    4549     */ 
    4650#   include <pj/compat/os_auto.h> 
     51 
     52#elif defined(PJ_SYMBIAN) && PJ_SYMBIAN!=0 
     53    /* 
     54     * SymbianOS 
     55     */ 
     56#  include <pj/compat/os_symbian.h> 
    4757 
    4858#elif defined(PJ_WIN32_WINCE) || defined(_WIN32_WCE) || defined(UNDER_CE) 
Note: See TracChangeset for help on using the changeset viewer.