Skip to content
Snippets Groups Projects
Commit 0d23c1d4 authored by André Zwing's avatar André Zwing Committed by Alexandre Julliard
Browse files

ole32: No need for WINE_ prefixed debug output macro.

parent 37ba5eb2
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment