Changeset 21916 for trunk/src/winmm/mcicda/mcicda.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/mcicda/mcicda.cpp
r4982 r21916 407 407 static DWORD CDAUDIO_mciInfo(UINT wDevID, DWORD dwFlags, LPMCI_INFO_PARMSA lpParms) 408 408 { 409 LP STR str = NULL;409 LPCSTR str = NULL; 410 410 WINE_MCICDAUDIO* wmcda = CDAUDIO_mciGetOpenDrv(wDevID); 411 411 DWORD ret = 0; … … 758 758 break; 759 759 default: 760 TRACE("Seeking to ??=%lu\n", dwFlags);760 TRACE("Seeking to #%lu\n", dwFlags); 761 761 return MCIERR_UNSUPPORTED_FUNCTION; 762 762 }
Note:
See TracChangeset
for help on using the changeset viewer.