Changeset 730:5e4ef39074a2 in mediastreamer2
- Timestamp:
- Oct 14, 2009 2:45:13 PM (4 years ago)
- Branch:
- default
- Location:
- linphone/oRTP
- Files:
-
- 2 edited
-
include/ortp/port.h (modified) (2 diffs)
-
src/port.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
linphone/oRTP/include/ortp/port.h
r482 r730 232 232 233 233 /* portable named pipes */ 234 #if !defined(_WIN32_WCE) 234 235 #ifdef WIN32 235 236 typedef HANDLE ortp_pipe_t; … … 255 256 int ortp_pipe_read(ortp_pipe_t p, uint8_t *buf, int len); 256 257 int ortp_pipe_write(ortp_pipe_t p, const uint8_t *buf, int len); 257 258 #endif 258 259 259 260 #ifdef __cplusplus -
linphone/oRTP/src/port.c
r483 r730 406 406 } 407 407 408 #el se408 #elif defined(WIN32) && !defined(_WIN32_WCE) 409 409 410 410 static char *make_pipe_name(const char *name){
Note: See TracChangeset
for help on using the changeset viewer.
