Ignore:
Timestamp:
Jul 20, 2007 8:08:30 AM (17 years ago)
Author:
bennylp
Message:

Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian

File:
1 edited

Legend:

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

    r1269 r1405  
    149149#endif 
    150150 
    151 /* 
    152 #if defined(PJ_EXPORTING) 
    153 #   define PJ_EXPORT_IMPORT EXPORT_C 
    154 #elif defined(PJ_IMPORTING) 
    155 #   define PJ_EXPORT_IMPORT IMPORT_C 
    156 #else 
    157 #   error "Must define either PJ_EXPORTING or PJ_IMPORTING" 
    158 #endif 
    159 */ 
     151#define PJ_EXPORT_DECL_SPECIFIER        IMPORT_C 
     152//#define PJ_EXPORT_DECL_SPECIFIER 
     153#define PJ_EXPORT_DEF_SPECIFIER         EXPORT_C 
     154#define PJ_IMPORT_DECL_SPECIFIER        IMPORT_C 
     155 
    160156 
    161157#endif  /* __PJ_COMPAT_OS_SYMBIAN_H__ */ 
Note: See TracChangeset for help on using the changeset viewer.