summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/compat/os_symbian.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/compat/os_symbian.h')
-rw-r--r--pjlib/include/pj/compat/os_symbian.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pjlib/include/pj/compat/os_symbian.h b/pjlib/include/pj/compat/os_symbian.h
index 51d78eb6..2871fe0a 100644
--- a/pjlib/include/pj/compat/os_symbian.h
+++ b/pjlib/include/pj/compat/os_symbian.h
@@ -145,6 +145,7 @@ typedef unsigned int socklen_t;
#include <e32def.h>
+/*
#if defined(PJ_EXPORTING)
# define PJ_EXPORT_IMPORT EXPORT_C
#elif defined(PJ_IMPORTING)
@@ -152,6 +153,7 @@ typedef unsigned int socklen_t;
#else
# error "Must define either PJ_EXPORTING or PJ_IMPORTING"
#endif
+*/
#endif /* __PJ_COMPAT_OS_SYMBIAN_H__ */