Ignore:
Timestamp:
Apr 26, 2001, 9:33:15 PM (25 years ago)
Author:
sandervl
Message:

resync with Wine 20010418

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/errorinfo.c

    r4659 r5602  
    99 */
    1010
     11#include <string.h>
    1112#include "debugtools.h"
    1213#include "windef.h"
     
    169170{
    170171        _ICOM_THIS_From_IErrorInfo(ErrorInfoImpl, iface);
    171 ////    TRACE("(%p)->(\n\tIID:\t%s,%p)\n",This,debugstr_guid(riid),ppvoid);
     172        TRACE("(%p)->(\n\tIID:\t%s,%p)\n",This,debugstr_guid(riid),ppvoid);
    172173
    173174        *ppvoid = NULL;
     
    330331{
    331332        _ICOM_THIS_From_ICreateErrorInfo(ErrorInfoImpl, iface);
    332 ////    TRACE("(%p)->(%s)\n", This, debugstr_guid(rguid));
     333        TRACE("(%p)->(%s)\n", This, debugstr_guid(rguid));
    333334        memcpy(&This->m_Guid,  rguid, sizeof(GUID));
    334335        return S_OK;
     
    432433{
    433434        _ICOM_THIS_From_ISupportErrorInfo(ErrorInfoImpl, iface);
    434 ////    TRACE("(%p)->(%s)\n", This, debugstr_guid(riid));
     435        TRACE("(%p)->(%s)\n", This, debugstr_guid(riid));
    435436        return (IsEqualIID(riid, &This->m_Guid)) ? S_OK : S_FALSE;
    436437}
Note: See TracChangeset for help on using the changeset viewer.