Changeset 5006 for trunk/src


Ignore:
Timestamp:
Jan 21, 2001, 8:59:10 PM (25 years ago)
Author:
sandervl
Message:

compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/avifil32/avifile.cpp

    r4984 r5006  
    123123        ICOM_THIS(IAVIFileImpl,iface);
    124124
     125#ifndef __WIN32OS2__
    125126        TRACE("(%p)->QueryInterface(%s,%p)\n",This,debugstr_guid(refiid),obj);
     127#endif
    126128        if (    !memcmp(&IID_IUnknown,refiid,sizeof(IID_IUnknown)) ||
    127129                !memcmp(&IID_IAVIFile,refiid,sizeof(IID_IAVIFile))
     
    219221        IAVIFileImpl    *iavi;
    220222
     223#ifndef __WIN32OS2__
    221224        FIXME("(%p,%s,0x%08lx,%s),stub!\n",ppfile,szFile,(DWORD)uMode,debugstr_guid(lpHandler));
     225#endif
    222226        iavi = (IAVIFileImpl*)HeapAlloc(GetProcessHeap(),HEAP_ZERO_MEMORY,sizeof(IAVIFileImpl));
    223227        iavi->ref = 1;
     
    234238        ICOM_THIS(IAVIStreamImpl,iface);
    235239
     240#ifndef __WIN32OS2__
    236241        TRACE("(%p)->QueryInterface(%s,%p)\n",This,debugstr_guid(refiid),obj);
     242#endif
    237243        if (    !memcmp(&IID_IUnknown,refiid,sizeof(IID_IUnknown)) ||
    238244                !memcmp(&IID_IAVIStream,refiid,sizeof(IID_IAVIStream))
Note: See TracChangeset for help on using the changeset viewer.