Ignore:
Timestamp:
04/13/09 01:48:20 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

moved alias to a better place, make it accessible in case a lib(roarsndio) wants to use our version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroarsndio/sndiosym.h

    r1568 r1569  
    6161#define SIO_BPS(bits) (((bits)/8) + ((bits) % 8 ? 1 : 0)) 
    6262 
    63 #define sio_hdl roar_sio_hdl 
    64  
    6563struct sio_par { 
    6664 unsigned bits;          /* bits per sample */ 
Note: See TracChangeset for help on using the changeset viewer.