ole32: No need for WINE_ prefixed debug output macro

André Hentschel nerv at dawncrow.de
Tue Jan 10 15:29:40 CST 2012


---
 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)
-- 

Best Regards, André Hentschel
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Nachrichtenteil als Anhang
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120110/27116e6e/attachment.ksh>


More information about the wine-patches mailing list