Ignore:
Timestamp:
Feb 24, 2002, 9:15:19 PM (24 years ago)
Author:
sandervl
Message:

added some missing exports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/dbgwrap.cpp

    r7964 r8007  
    2626DEBUGWRAP4(CoCreateGuid)
    2727DEBUGWRAP20(CoCreateInstance)
    28 DEBUGWRAP24(CoCreateInstanceEx)
    2928DEBUGWRAP8(CoDisconnectObject)
    3029DEBUGWRAP12(CoDosDateTimeToFileTime)
     
    4544NODEF_DEBUGWRAP0(CoGetState)
    4645DEBUGWRAP8(CoGetTreatAsClass)
    47 DEBUGWRAP8(CoInitializeEx)
    4846DEBUGWRAP4(CoInitialize)
    4947NODEF_DEBUGWRAP8(CoInitializeWOW)
     
    182180NODEF_DEBUGWRAP0(WriteOleStg)
    183181NODEF_DEBUGWRAP0(WriteStringStream)
     182DEBUGWRAP8(CoInitializeEx)
     183DEBUGWRAP24(CoCreateInstanceEx)
     184NODEF_DEBUGWRAP4(PropVariantClear)
     185DEBUGWRAP0(CoResumeClassObjects)
     186NODEF_DEBUGWRAP0(OLE32_DllRegisterServer)
    184187NODEF_DEBUGWRAP4(CreateErrorInfo)
    185188NODEF_DEBUGWRAP8(GetErrorInfo)
     189NODEF_DEBUGWRAP8(FreePropVariantArray)
     190NODEF_DEBUGWRAP8(PropVariantCopy)
    186191NODEF_DEBUGWRAP8(SetErrorInfo)
    187192DEBUGWRAP0(CoImpersonateClient)
     
    191196DEBUGWRAP8(CLSIDFromStringA)
    192197DEBUGWRAP8(CLSIDFromString16)
     198
     199
Note: See TracChangeset for help on using the changeset viewer.