mciqtz32: Fix some traces.
This commit is contained in:
parent
1506e22663
commit
d2a6b23dc2
|
@ -60,7 +60,7 @@ static DWORD MCIQTZ_drvOpen(LPCWSTR str, LPMCI_OPEN_DRIVER_PARMSW modp)
|
||||||
{
|
{
|
||||||
WINE_MCIQTZ* wma;
|
WINE_MCIQTZ* wma;
|
||||||
|
|
||||||
TRACE("%s, %p\n", debugstr_w(str), modp);
|
TRACE("(%s, %p)\n", debugstr_w(str), modp);
|
||||||
|
|
||||||
/* session instance */
|
/* session instance */
|
||||||
if (!modp)
|
if (!modp)
|
||||||
|
@ -83,7 +83,7 @@ static DWORD MCIQTZ_drvClose(DWORD dwDevID)
|
||||||
{
|
{
|
||||||
WINE_MCIQTZ* wma;
|
WINE_MCIQTZ* wma;
|
||||||
|
|
||||||
TRACE("%04x\n", dwDevID);
|
TRACE("(%04x)\n", dwDevID);
|
||||||
|
|
||||||
/* finish all outstanding things */
|
/* finish all outstanding things */
|
||||||
MCIQTZ_mciClose(dwDevID, MCI_WAIT, NULL);
|
MCIQTZ_mciClose(dwDevID, MCI_WAIT, NULL);
|
||||||
|
@ -105,7 +105,7 @@ static DWORD MCIQTZ_drvConfigure(DWORD dwDevID)
|
||||||
{
|
{
|
||||||
WINE_MCIQTZ* wma;
|
WINE_MCIQTZ* wma;
|
||||||
|
|
||||||
TRACE("%04x\n", dwDevID);
|
TRACE("(%04x)\n", dwDevID);
|
||||||
|
|
||||||
MCIQTZ_mciStop(dwDevID, MCI_WAIT, NULL);
|
MCIQTZ_mciStop(dwDevID, MCI_WAIT, NULL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue