From ca8a69ebbafec69aff968ed26954004e02e550a0 Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Thu, 13 Mar 2008 20:25:58 -0700 Subject: [PATCH] quartz: Uncomment a trace --- dlls/quartz/pin.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/quartz/pin.c b/dlls/quartz/pin.c index 08ddcef..1e7e742 100644 --- a/dlls/quartz/pin.c +++ b/dlls/quartz/pin.c @@ -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); { -- 1.5.4.1