Alexandre Julliard : winmm: Print full flag values in traces.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Mar 30 10:12:58 CDT 2015


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Mar 30 19:48:31 2015 +0900

winmm: Print full flag values in traces.

---

 dlls/winmm/mci.c      | 2 +-
 dlls/winmm/waveform.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/winmm/mci.c b/dlls/winmm/mci.c
index a77514c..b3c1882 100644
--- a/dlls/winmm/mci.c
+++ b/dlls/winmm/mci.c
@@ -1731,7 +1731,7 @@ static	DWORD MCI_Open(DWORD dwParam, LPMCI_OPEN_PARMSW lpParms)
                          MCI_OPEN_ALIAS|MCI_OPEN_TYPE|MCI_OPEN_TYPE_ID| \
                          MCI_NOTIFY|MCI_WAIT)
     if ((dwParam & ~WINE_MCIDRIVER_SUPP) != 0)
-        FIXME("Unsupported yet dwFlags=%08X\n", dwParam & ~WINE_MCIDRIVER_SUPP);
+        FIXME("Unsupported yet dwFlags=%08X\n", dwParam);
 #undef WINE_MCIDRIVER_SUPP
 
     strDevTyp[0] = 0;
diff --git a/dlls/winmm/waveform.c b/dlls/winmm/waveform.c
index ba74e02..c010c39 100644
--- a/dlls/winmm/waveform.c
+++ b/dlls/winmm/waveform.c
@@ -4314,7 +4314,7 @@ UINT WINAPI mixerGetLineInfoW(HMIXEROBJ hmix, LPMIXERLINEW lpmliW, DWORD fdwInfo
         return MIXERR_INVALLINE;
     }
 
-    TRACE("Returning INVALFLAG on these flags: %x\n", fdwInfo & MIXER_GETLINEINFOF_QUERYMASK);
+    TRACE("Returning INVALFLAG on these flags: %x\n", fdwInfo);
     return MMSYSERR_INVALFLAG;
 }
 




More information about the wine-cvs mailing list