Commit 83efc64d authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

quartz: Uncomment a trace.

parent b5a8df58
......@@ -279,7 +279,7 @@ HRESULT WINAPI IPinImpl_ConnectedTo(IPin * iface, IPin ** ppPin)
HRESULT hr;
IPinImpl *This = (IPinImpl *)iface;
/* TRACE("(%p)\n", ppPin);*/
TRACE("(%p)\n", ppPin);
EnterCriticalSection(This->pCritSec);
{
......
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