Commit 5f6da6b5 authored by Dimitrie O. Paun's avatar Dimitrie O. Paun Committed by Alexandre Julliard

Small debug channel cleanup.

parent c0872e31
......@@ -13,7 +13,6 @@
#include "debugtools.h"
DEFAULT_DEBUG_CHANNEL(tapi);
DECLARE_DEBUG_CHANNEL(comm);
/***********************************************************************
* lineAccept (TAPI32.@)
......@@ -394,7 +393,7 @@ DWORD WINAPI lineInitialize(
LPCSTR lpszAppName,
LPDWORD lpdwNumDevs)
{
FIXME_(comm)("stub.\n");
FIXME("(...): stub.\n");
return 0;
}
......@@ -446,7 +445,8 @@ DWORD WINAPI lineNegotiateAPIVersion(
LPLINEEXTENSIONID lpExtensionID
)
{
FIXME_(comm)("stub.\n");
FIXME("(%4x, %ld, %ld, %ld, ...): stub.\n", hLineApp, dwDeviceID,
dwAPILowVersion, dwAPIHighVersion);
*lpdwAPIVersion = dwAPIHighVersion;
return 0;
}
......@@ -504,7 +504,7 @@ DWORD WINAPI lineRedirect(
LPCSTR lpszDestAddress,
DWORD dwCountryCode) {
FIXME_(comm)(": stub.\n");
FIXME(": stub.\n");
return 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment