Changeset 21916 for trunk/src/winmm/wavein.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/wavein.cpp
r21358 r21916 28 28 #include "winmm.h" 29 29 #include "waveindart.h" 30 #include "init winmm.h"30 #include "initterm.h" 31 31 32 32 #define DBG_LOCALLOG DBG_wavein … … 281 281 { 282 282 dprintf(("WINMM:waveInGetErrorTextA(%d)\n", wError )); 283 c har * theMsg = getWinmmMsg( wError );283 const char * theMsg = getWinmmMsg( wError ); 284 284 if ( theMsg ) 285 285 strncpy( lpText, theMsg, cchText ); … … 297 297 { 298 298 dprintf(("WINMM:waveInGetErrorTextW(%d) - stub\n", wError )); 299 c har * theMsg = getWinmmMsg( wError );299 const char * theMsg = getWinmmMsg( wError ); 300 300 if ( theMsg ) 301 301 AsciiToUnicodeN( theMsg, lpText, cchText );
Note:
See TracChangeset
for help on using the changeset viewer.