ole32: No need for WINE_ prefixed debug output macro.

This commit is contained in:
André Hentschel 2012-01-10 22:29:40 +01:00 committed by Alexandre Julliard
parent 37ba5eb2a2
commit 0d23c1d464
1 changed files with 1 additions and 1 deletions

View File

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