Changeset 338 for pjproject/trunk/pjlib/include/pj/compat/os_win32_wince.h
- Timestamp:
- Mar 20, 2006 12:39:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/compat/os_win32_wince.h
r125 r338 48 48 #define PJ_HAS_SYS_SELECT_H 0 49 49 #define PJ_HAS_SYS_SOCKET_H 0 50 #define PJ_HAS_SYS_TIME_H 0 50 51 #define PJ_HAS_SYS_TIMEB_H 0 /* Doesn't have sys/timeb.h */ 51 52 #define PJ_HAS_SYS_TYPES_H 0 /* Doesn't have sys/types.h */ … … 58 59 59 60 #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 60 66 61 67 /* When this macro is set, getsockopt(SOL_SOCKET, SO_ERROR) will return … … 98 104 99 105 #endif /* __PJ_COMPAT_OS_WIN32_WINCE_H__ */ 106
Note: See TracChangeset
for help on using the changeset viewer.