Ignore:
Timestamp:
Oct 12, 2004, 12:11:10 PM (21 years ago)
Author:
cinc
Message:

Removed VarDecFromStr() and VarBstrFromDec(). These are now in variant.c.

File:
1 edited

Legend:

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

    r9400 r10634  
    1 /* $Id: stubs.cpp,v 1.16 2002-11-12 17:07:47 sandervl Exp $ */
     1/* $Id: stubs.cpp,v 1.17 2004-10-12 10:11:10 cinc Exp $ */
    22/*
    33 * Win32 COM/OLE stubs for OS/2
     
    173173//*****************************************************************************
    174174//*****************************************************************************
    175 HRESULT WIN32API VarDecFromStr(OLECHAR *strIn, LCID lcid, ULONG dwFlags, DECIMAL *pdecOut)
    176 {
    177     dprintf(("OLEAUT32: VarDecFromStr - stub"));
    178     return S_OK;
    179 }
    180 
    181 //*****************************************************************************
    182 //*****************************************************************************
    183175HRESULT WIN32API VarDecFromDisp(IDispatch *pdispIn, LCID lcid, DECIMAL *pdecOut)
    184176{
     
    264256{
    265257    dprintf(("OLEAUT32: VarCyFromDec - stub"));
    266     return S_OK;
    267 }
    268 
    269 //*****************************************************************************
    270 //*****************************************************************************
    271 HRESULT WIN32API VarBstrFromDec(DECIMAL *pdecIn, LCID lcid, ULONG dwFlags, BSTR *pbstrOut)
    272 {
    273     dprintf(("OLEAUT32: VarBstrFromDec - stub"));
    274258    return S_OK;
    275259}
Note: See TracChangeset for help on using the changeset viewer.