Changeset 682


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

Temp fix for dll unresolved

Location:
pjproject/branches/symbian/pjlib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/symbian/pjlib/build/os-symbian.mak

    r681 r682  
    1919# the test application. 
    2020# 
    21 export TEST_OBJS += main_symbian.o  
     21export TEST_OBJS += main_symbian.o 
    2222 
    2323# 
     
    3030# Additional LDFLAGS for pjlib-test 
    3131# 
    32 export TEST_LDFLAGS +=  -leexe.lib -leuser.lib -llibpj-symbian.lib 
     32#-L"C:\project\symbian\pjlib\lib" - 
     33export TEST_LDFLAGS +=  -leexe.lib -leuser.lib -L. -lpj-symbian.lib 
    3334 
    3435# 
  • pjproject/branches/symbian/pjlib/include/pj/compat/os_symbian.h

    r678 r682  
    138138typedef unsigned int socklen_t; 
    139139 
     140#include <e32def.h> 
     141 
    140142#endif  /* __PJ_COMPAT_OS_SYMBIAN_H__ */ 
    141143 
  • 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.