mciqtz32: Add support for MCI_STATUS_TIME_FORMAT.

This commit is contained in:
Maarten Lankhorst 2010-05-20 00:26:44 +02:00 committed by Alexandre Julliard
parent 573abf8398
commit ecbc152977
1 changed files with 2 additions and 2 deletions

View File

@ -629,8 +629,8 @@ static DWORD MCIQTZ_mciStatus(UINT wDevID, DWORD dwFlags, LPMCI_DGV_STATUS_PARMS
FIXME("MCI_STATUS_MEDIA_PRESENT not implemented yet\n");
return MCIERR_UNRECOGNIZED_COMMAND;
case MCI_STATUS_TIME_FORMAT:
FIXME("MCI_STATUS_TIME_FORMAT not implemented yet\n");
return MCIERR_UNRECOGNIZED_COMMAND;
lpParms->dwReturn = wma->time_format;
break;
case MCI_STATUS_READY:
FIXME("MCI_STATUS_READY not implemented yet\n");
return MCIERR_UNRECOGNIZED_COMMAND;