Changeset 1405 for pjproject/trunk/pjlib/include/pj/compat/os_symbian.h
- Timestamp:
- Jul 20, 2007 8:08:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/compat/os_symbian.h
r1269 r1405 149 149 #endif 150 150 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 160 156 161 157 #endif /* __PJ_COMPAT_OS_SYMBIAN_H__ */
Note: See TracChangeset
for help on using the changeset viewer.