Changeset 418 for OCO/trunk/drv16/maudio.cpp
- Timestamp:
- Mar 23, 2009, 12:15:39 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/maudio.cpp
r237 r418 70 70 // if these haven't been redefined by the sub-classes. 71 71 //****************************************************************************** 72 virtualint MIDIAUDIO::writeByte(OSSSTREAMID StreamId, BYTE b)72 int MIDIAUDIO::writeByte(OSSSTREAMID StreamId, BYTE b) 73 73 { 74 74 return 0; // Failure. … … 76 76 //****************************************************************************** 77 77 //****************************************************************************** 78 virtualint MIDIAUDIO::readByte(OSSSTREAMID StreamId)78 int MIDIAUDIO::readByte(OSSSTREAMID StreamId) 79 79 { 80 80 return -1; // Failure.
Note:
See TracChangeset
for help on using the changeset viewer.