Ignore:
Timestamp:
Jul 28, 2003, 1:35:32 PM (22 years ago)
Author:
sandervl
Message:

Updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/olepro32/olepro32.cpp

    r3931 r10185  
    1 /* $Id: olepro32.cpp,v 1.2 2000-08-02 16:29:41 bird Exp $ */
     1/* $Id: olepro32.cpp,v 1.3 2003-07-28 11:29:30 sandervl Exp $ */
    22/*
    33 * OlePro32 Stubs
     
    5959}
    6060
    61 HRESULT WINAPI DllUnregisterServer()
     61HRESULT WINAPI OLEPRO32_DllUnregisterServer()
    6262{
    6363        dprintf(("not implemented (olepro32.dll) \n"));
     
    6565}
    6666
    67 HRESULT WINAPI DllRegisterServer()
     67HRESULT WINAPI OLEPRO32_DllRegisterServer()
    6868{
    6969        dprintf(("not implemented (olepro32.dll) \n"));
     
    7171}
    7272
    73 HRESULT WINAPI DllCanUnloadNow( )
     73HRESULT WINAPI OLEPRO32_DllCanUnloadNow( )
    7474{
    7575        dprintf(("not implemented (olepro32.dll) \n"));
     
    7777}
    7878
    79 HRESULT WINAPI DllGetClassObject( REFCLSID rclsid, REFIID riid, LPVOID* ppv )
     79HRESULT WINAPI OLEPRO32_DllGetClassObject( REFCLSID rclsid, REFIID riid, LPVOID* ppv )
    8080{
    8181        dprintf(("not implemented (olepro32.dll) \n"));
Note: See TracChangeset for help on using the changeset viewer.