mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
ole32: No need for WINE_ prefixed debug output macro.
This commit is contained in:
parent
37ba5eb2a2
commit
0d23c1d464
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue