Changeset 21916 for trunk/src/winmm/waveoutflash.cpp
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/winmm/waveoutflash.cpp
r21358 r21916 31 31 #include "misc.h" 32 32 #include "waveoutflash.h" 33 #include "init winmm.h"33 #include "initterm.h" 34 34 35 35 #define DBG_LOCALLOG DBG_waveoutflash … … 338 338 MCI_BUFFER_PARMS BufferParms; 339 339 340 dprintf(( __FUNCTION__" - bufsize= %d", dartBufSize));340 dprintf(("$ - bufsize= %d", __FUNCTION__, dartBufSize)); 341 341 342 342 // Set up the BufferParms data structure and … … 763 763 // Displays the text associated with an MCI error code. 764 764 765 void FlashWaveOut::mciError(c har * msg, ULONG rc)765 void FlashWaveOut::mciError(const char * msg, ULONG rc) 766 766 { 767 767 #ifdef DEBUG
Note:
See TracChangeset
for help on using the changeset viewer.