Changeset 5282:efca34f07bfc in roaraudio for libroar/vio_dstr.c


Ignore:
Timestamp:
11/22/11 12:46:06 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

some ports to AVR and 8 and 16 bit archs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio_dstr.c

    r5275 r5282  
    363363  case ROAR_VIO_DEF_TYPE_NONE: 
    364364   break; 
     365#ifdef ROAR_HAVE_IO_POSIX 
    365366  case ROAR_VIO_DEF_TYPE_FILE: 
    366367    if ( _open_file(calls, def->d.file, def->o_flags, def->o_mode) == -1 ) { 
     
    369370    } 
    370371   break; 
     372#endif 
    371373  case ROAR_VIO_DEF_TYPE_SOCKET: 
    372374     if ( roar_vio_open_def_socket(calls, def, opts) == -1 ) 
     
    382384   break; 
    383385  default: 
     386    roar_err_set(ROAR_ERROR_NOTSUP); 
    384387    return -1; 
    385388 } 
Note: See TracChangeset for help on using the changeset viewer.