Ignore:
Timestamp:
Aug 15, 2006 11:44:13 PM (18 years ago)
Author:
bennylp
Message:

The bloody thing links!!

File:
1 edited

Legend:

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

    r682 r687  
    140140#include <e32def.h> 
    141141 
     142#if defined(PJ_EXPORTING) 
     143#   define PJ_EXPORT_IMPORT EXPORT_C 
     144#elif defined(PJ_IMPORTING) 
     145#   define PJ_EXPORT_IMPORT IMPORT_C 
     146#else 
     147#   error "Must define either PJ_EXPORTING or PJ_IMPORTING" 
     148#endif 
     149 
    142150#endif  /* __PJ_COMPAT_OS_SYMBIAN_H__ */ 
    143151 
Note: See TracChangeset for help on using the changeset viewer.