Commit 0d23c1d4 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

ole32: No need for WINE_ prefixed debug output macro.

parent 37ba5eb2
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment