Ignore:
Timestamp:
Feb 15, 2002, 6:18:52 PM (24 years ago)
Author:
sandervl
Message:

Wine 20020215 resync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/ole2stubs.c

    r6711 r7926  
    88#include "windef.h"
    99#include "winbase.h"
    10 #include "wingdi.h"
    1110#include "winuser.h"
    1211#include "ole2.h"
     
    5958
    6059/******************************************************************************
    61  *              CoTreatAsClass        [OLE32.46]
    62  */
    63 HRESULT WINAPI CoTreatAsClass(REFCLSID clsidOld, REFCLSID clsidNew)
    64 {
    65   FIXME("(%p,%p), stub!\n", clsidOld, clsidNew);
    66   return S_OK;
    67 }
    68 
    69 /******************************************************************************
    7060 *              SetConvertStg        [OLE32.142]
    7161 */
     
    7767
    7868/******************************************************************************
    79  *              OleCreate        [OLE32.80]
     69 *              OleCreate        [OLE32.89]
    8070 *
    8171 */
     
    252242
    253243/***********************************************************************
    254  *           CoIsOle1Class                              [OLE32]
     244 *           CoIsOle1Class                              [OLE32.29]
    255245 */
    256246BOOL WINAPI CoIsOle1Class(REFCLSID clsid)
Note: See TracChangeset for help on using the changeset viewer.