Module: wine Branch: master Commit: 0d23c1d4644b10405d1fc9093cb74ee6b63948b8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0d23c1d4644b10405d1fc9093c...
Author: André Hentschel nerv@dawncrow.de Date: Tue Jan 10 22:29:40 2012 +0100
ole32: No need for WINE_ prefixed debug output macro.
---
dlls/ole32/comcat.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/ole32/comcat.c b/dlls/ole32/comcat.c index b3cd889..b10075b 100644 --- a/dlls/ole32/comcat.c +++ b/dlls/ole32/comcat.c @@ -596,7 +596,7 @@ static HRESULT WINAPI COMCAT_ICatInformation_IsClassOfCategories( struct class_categories *categories; HKEY key;
- if (WINE_TRACE_ON(ole)) { + if (TRACE_ON(ole)) { ULONG count; TRACE("CLSID: %s Implemented %u\n",debugstr_guid(rclsid),cImplemented); for (count = 0; count < cImplemented; ++count)