Ignore:
Timestamp:
Mar 20, 2006 12:39:24 PM (18 years ago)
Author:
bennylp
Message:

Ported pjlib to PowerPC/MacOS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/compat/os_win32_wince.h

    r125 r338  
    4848#define PJ_HAS_SYS_SELECT_H         0 
    4949#define PJ_HAS_SYS_SOCKET_H         0 
     50#define PJ_HAS_SYS_TIME_H           0 
    5051#define PJ_HAS_SYS_TIMEB_H          0   /* Doesn't have sys/timeb.h */ 
    5152#define PJ_HAS_SYS_TYPES_H          0   /* Doesn't have sys/types.h */ 
     
    5859 
    5960#define PJ_SOCK_HAS_INET_ATON       0 
     61#define PJ_SOCKADDR_HAS_LEN         0 
     62 
     63/* Is errno a good way to retrieve OS errors? (no) 
     64 */ 
     65#define PJ_HAS_ERRNO_VAR            0 
    6066 
    6167/* When this macro is set, getsockopt(SOL_SOCKET, SO_ERROR) will return 
     
    98104 
    99105#endif  /* __PJ_COMPAT_OS_WIN32_WINCE_H__ */ 
     106 
Note: See TracChangeset for help on using the changeset viewer.