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/config.h

    r682 r687  
    479479 */ 
    480480#ifdef __cplusplus 
    481 #  define PJ_DECL(type)             type 
    482 #  define PJ_DECL_NO_RETURN(type)   type PJ_NORETURN 
    483 #  define PJ_IDECL_NO_RETURN(type)  PJ_INLINE(type) PJ_NORETURN 
     481#  define PJ_DECL(type)             PJ_EXPORT_IMPORT type 
     482#  define PJ_DECL_NO_RETURN(type)   PJ_EXPORT_IMPORT type PJ_NORETURN 
     483#  define PJ_IDECL_NO_RETURN(type)  PJ_EXPORT_IMPORT PJ_INLINE(type) PJ_NORETURN 
    484484#  define PJ_BEGIN_DECL             extern "C" { 
    485485#  define PJ_END_DECL               } 
    486486#else 
    487 #  define PJ_DECL(type)             EXPORT_C extern type 
    488 #  define PJ_DECL_NO_RETURN(type)   EXPORT_C PJ_NORETURN type 
    489 #  define PJ_IDECL_NO_RETURN(type)  EXPORT_C PJ_NORETURN PJ_INLINE(type) 
    490 #  define PJ_BEGIN_DECL 
     487#  define PJ_DECL(type)             PJ_EXPORT_IMPORT type 
     488#  define PJ_DECL_NO_RETURN(type)   PJ_EXPORT_IMPORT PJ_NORETURN type 
     489#  define PJ_IDECL_NO_RETURN(type)  PJ_EXPORT_IMPORT PJ_NORETURN PJ_INLINE(type) 
     490#  define PJ_BEGIN_DECL              
    491491#  define PJ_END_DECL 
    492492#endif 
Note: See TracChangeset for help on using the changeset viewer.