Module: wine Branch: master Commit: 83efc64dd505ffb91aeaad39ec90850ef0c322fe URL: http://source.winehq.org/git/wine.git/?a=commit;h=83efc64dd505ffb91aeaad39ec...
Author: Maarten Lankhorst m.b.lankhorst@gmail.com Date: Thu Mar 13 20:25:58 2008 -0700
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 1cb379f..c895185 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); {