Changeset 7919 for trunk/src


Ignore:
Timestamp:
Feb 15, 2002, 4:23:43 PM (24 years ago)
Author:
sandervl
Message:

updates

Location:
trunk/src/oleaut32
Files:
2 edited

Legend:

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

    r7916 r7919  
    173173DEBUGWRAP12(VarDecFromDisp)
    174174DEBUGWRAP8(VarDecFromBool)
    175 DEBUGWRAP8(GetErrorInfo)
    176 DEBUGWRAP8(SetErrorInfo)
    177 DEBUGWRAP4(CreateErrorInfo)
    178175DEBUGWRAP8(VarI2FromI1)
    179176DEBUGWRAP8(VarI2FromUI2)
  • trunk/src/oleaut32/oleaut32dbg.def

    r7916 r7919  
    1 ;/* $Id: oleaut32dbg.def,v 1.1 2002-02-15 15:07:37 sandervl Exp $ */
     1;/* $Id: oleaut32dbg.def,v 1.2 2002-02-15 15:23:43 sandervl Exp $ */
    22LIBRARY OLAUTOS2 INITINSTANCE
    33DESCRIPTION 'Odin32 System DLL - OleAut32'
     
    158158VarDecFromDisp = _DbgVarDecFromDisp@12  @198
    159159VarDecFromBool = _DbgVarDecFromBool@8  @199
    160 GetErrorInfo = _DbgGetErrorInfo@8  @200
    161 SetErrorInfo = _DbgSetErrorInfo@8  @201
    162 CreateErrorInfo = _DbgCreateErrorInfo@4  @202
     160GetErrorInfo = _GetErrorInfo@8  @200
     161SetErrorInfo = _SetErrorInfo@8  @201
     162CreateErrorInfo = _CreateErrorInfo@4  @202
    163163VarI2FromI1 = _DbgVarI2FromI1@8  @205
    164164VarI2FromUI2 = _DbgVarI2FromUI2@8  @206
Note: See TracChangeset for help on using the changeset viewer.