http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5a8df5
)
quartz: Uncomment a trace.
author
Maarten Lankhorst
<m.b.lankhorst@gmail.com>
Fri, 14 Mar 2008 03:25:58 +0000
(20:25 -0700)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 14 Mar 2008 11:58:04 +0000
(12:58 +0100)
dlls/quartz/pin.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/quartz/pin.c
b/dlls/quartz/pin.c
index 1cb379f76e1656a3aaa065269ca1508caf34c77d..c895185f6abc5548b68dccfee7e1f37451363ee7 100644
(file)
--- 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);
{