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

removed stub that is now implemented

File:
1 edited

Legend:

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

    r7926 r7928  
    1 /* $Id: stubs.cpp,v 1.17 2002-02-15 17:18:52 sandervl Exp $ */
     1/* $Id: stubs.cpp,v 1.18 2002-02-15 19:15:39 sandervl Exp $ */
    22/*
    33 * Win32 COM/OLE stubs for OS/2
     
    2424//*******************************************************************************
    2525//*******************************************************************************
    26 HRESULT WIN32API DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv)
    27 {
    28     dprintf(("OLE32: DllGetClassObject - stub"));
    29     return E_OUTOFMEMORY;
    30 }
    31 //*******************************************************************************
    32 //*******************************************************************************
    3326HRESULT WIN32API DllGetClassObjectWOW()
    3427{
Note: See TracChangeset for help on using the changeset viewer.