Changeset 7926 for trunk/src/ole32/ole2stubs.c
- Timestamp:
- Feb 15, 2002, 6:18:52 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/src/ole32/ole2stubs.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/ole2stubs.c
r6711 r7926 8 8 #include "windef.h" 9 9 #include "winbase.h" 10 #include "wingdi.h"11 10 #include "winuser.h" 12 11 #include "ole2.h" … … 59 58 60 59 /****************************************************************************** 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 /******************************************************************************70 60 * SetConvertStg [OLE32.142] 71 61 */ … … 77 67 78 68 /****************************************************************************** 79 * OleCreate [OLE32.8 0]69 * OleCreate [OLE32.89] 80 70 * 81 71 */ … … 252 242 253 243 /*********************************************************************** 254 * CoIsOle1Class [OLE32 ]244 * CoIsOle1Class [OLE32.29] 255 245 */ 256 246 BOOL WINAPI CoIsOle1Class(REFCLSID clsid)
Note:
See TracChangeset
for help on using the changeset viewer.
