Ignore:
Timestamp:
Aug 15, 2006 12:02:34 AM (18 years ago)
Author:
bennylp
Message:

Temp fix for dll unresolved

File:
1 edited

Legend:

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

    r496 r682  
    485485#  define PJ_END_DECL               } 
    486486#else 
    487 #  define PJ_DECL(type)             extern type 
    488 #  define PJ_DECL_NO_RETURN(type)   PJ_NORETURN type 
    489 #  define PJ_IDECL_NO_RETURN(type)  PJ_NORETURN PJ_INLINE(type) 
     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) 
    490490#  define PJ_BEGIN_DECL 
    491491#  define PJ_END_DECL 
Note: See TracChangeset for help on using the changeset viewer.