Changeset 7502 for trunk/src/oleaut32


Ignore:
Timestamp:
Nov 30, 2001, 6:49:22 PM (24 years ago)
Author:
phaller
Message:

Fixed out-of-scope FIXME,TRACE,WARN macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/oleaut32/typelib.c

    r7501 r7502  
    39113911        WARN("Could not search inherited interface!\n");
    39123912    } else
    3913         WARN("no names found\n");
     3913    {
     3914      WARN("no names found\n");
     3915    }
    39143916    return DISP_E_UNKNOWNNAME;
    39153917}
Note: See TracChangeset for help on using the changeset viewer.