Maarten Lankhorst : mciqtz32: Add support for MCI_STATUS_TIME_FORMAT.

Alexandre Julliard julliard at winehq.org
Thu May 20 11:02:57 CDT 2010


Module: wine
Branch: master
Commit: ecbc152977fcc1d84856275597d6feed97276837
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ecbc152977fcc1d84856275597d6feed97276837

Author: Maarten Lankhorst <m.b.lankhorst at gmail.com>
Date:   Thu May 20 00:26:44 2010 +0200

mciqtz32: Add support for MCI_STATUS_TIME_FORMAT.

---

 dlls/mciqtz32/mciqtz.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/mciqtz32/mciqtz.c b/dlls/mciqtz32/mciqtz.c
index 599a6f0..915ffc4 100644
--- a/dlls/mciqtz32/mciqtz.c
+++ b/dlls/mciqtz32/mciqtz.c
@@ -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;




More information about the wine-cvs mailing list