mciqtz32: Fix some traces.

This commit is contained in:
Christian Costa 2009-04-16 20:29:06 +02:00 committed by Alexandre Julliard
parent 1506e22663
commit d2a6b23dc2
1 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ static DWORD MCIQTZ_drvOpen(LPCWSTR str, LPMCI_OPEN_DRIVER_PARMSW modp)
{
WINE_MCIQTZ* wma;
TRACE("%s, %p\n", debugstr_w(str), modp);
TRACE("(%s, %p)\n", debugstr_w(str), modp);
/* session instance */
if (!modp)
@ -83,7 +83,7 @@ static DWORD MCIQTZ_drvClose(DWORD dwDevID)
{
WINE_MCIQTZ* wma;
TRACE("%04x\n", dwDevID);
TRACE("(%04x)\n", dwDevID);
/* finish all outstanding things */
MCIQTZ_mciClose(dwDevID, MCI_WAIT, NULL);
@ -105,7 +105,7 @@ static DWORD MCIQTZ_drvConfigure(DWORD dwDevID)
{
WINE_MCIQTZ* wma;
TRACE("%04x\n", dwDevID);
TRACE("(%04x)\n", dwDevID);
MCIQTZ_mciStop(dwDevID, MCI_WAIT, NULL);