Ignore:
Timestamp:
Oct 29, 2006 6:13:13 PM (17 years ago)
Author:
bennylp
Message:

Another Symbian commit, ported all PJSIP libraries and sipstateless runs without crashes (still no SIP message though)

File:
1 edited

Legend:

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

    r182 r789  
    8282#  define OSERR_EINPROGRESS    WSAEINPROGRESS 
    8383#  define OSERR_ECONNRESET     WSAECONNRESET 
     84#elif defined(PJ_SYMBIAN) && PJ_SYMBIAN!=0 
     85#  define OSERR_EWOULDBLOCK    -1 
     86#  define OSERR_EINPROGRESS    -1 
     87#  define OSERR_ECONNRESET     -1 
    8488#else 
    8589#  define OSERR_EWOULDBLOCK    EWOULDBLOCK 
Note: See TracChangeset for help on using the changeset viewer.