Hello Andrey,
On 02/04/2014 12:19 PM, Andrey Gusev wrote:
diff --git a/dlls/dpnet/client.c b/dlls/dpnet/client.c index 637dcb8..e94eea6 100644 --- a/dlls/dpnet/client.c +++ b/dlls/dpnet/client.c @@ -54,7 +54,7 @@ static HRESULT WINAPI IDirectPlay8ClientImpl_QueryInterface(IDirectPlay8Client * return DPN_OK; }
- WARN("(%p)->(%s,%p),not found\n",This,debugstr_guid(riid),ppobj);
- WARN("(%p)->(%s,%p), not found\n",This,debugstr_guid(riid),ppobj);
when you do those can you please fix the obvious whitespace issues and add a space after the "," in the argument list?
thanks bye michael