Changeset 682
- Timestamp:
- Aug 15, 2006 12:02:34 AM (18 years ago)
- Location:
- pjproject/branches/symbian/pjlib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/symbian/pjlib/build/os-symbian.mak
r681 r682 19 19 # the test application. 20 20 # 21 export TEST_OBJS += main_symbian.o 21 export TEST_OBJS += main_symbian.o 22 22 23 23 # … … 30 30 # Additional LDFLAGS for pjlib-test 31 31 # 32 export TEST_LDFLAGS += -leexe.lib -leuser.lib -llibpj-symbian.lib 32 #-L"C:\project\symbian\pjlib\lib" - 33 export TEST_LDFLAGS += -leexe.lib -leuser.lib -L. -lpj-symbian.lib 33 34 34 35 # -
pjproject/branches/symbian/pjlib/include/pj/compat/os_symbian.h
r678 r682 138 138 typedef unsigned int socklen_t; 139 139 140 #include <e32def.h> 141 140 142 #endif /* __PJ_COMPAT_OS_SYMBIAN_H__ */ 141 143 -
pjproject/branches/symbian/pjlib/include/pj/config.h
r496 r682 485 485 # define PJ_END_DECL } 486 486 #else 487 # define PJ_DECL(type) extern type488 # define PJ_DECL_NO_RETURN(type) PJ_NORETURN type489 # 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) 490 490 # define PJ_BEGIN_DECL 491 491 # define PJ_END_DECL
Note: See TracChangeset
for help on using the changeset viewer.