reactos/lib/ole32
diff -u -r1.4 -r1.5
--- ifs.c 22 Jan 2004 20:12:04 -0000 1.4
+++ ifs.c 11 Mar 2004 21:46:41 -0000 1.5
@@ -34,7 +34,7 @@
#include "wine/debug.h"
-WINE_DEFAULT_DEBUG_CHANNEL(ole);
+WINE_DEFAULT_DEBUG_CHANNEL(olemalloc);
/******************************************************************************
* IMalloc32 implementation
@@ -596,7 +596,7 @@
* CoRevokeMallocSpy [OLE32.@]
*
* NOTES
- * we can't rewoke a malloc spy as long as memory blocks allocated with
+ * we can't revoke a malloc spy as long as memory blocks allocated with
* the spy are active since only the spy knows how to free them
*/
HRESULT WINAPI CoRevokeMallocSpy(void)
reactos/lib/ole32
diff -u -r1.5 -r1.6
--- moniker.c 2 Jan 2004 19:49:45 -0000 1.5
+++ moniker.c 11 Mar 2004 21:46:41 -0000 1.6
@@ -467,7 +467,7 @@
}
/******************************************************************************
- * GetRunningObjectTable [OLE2.@]
+ * GetRunningObjectTable (OLE2.30)
*/
HRESULT WINAPI GetRunningObjectTable16(DWORD reserved, LPRUNNINGOBJECTTABLE *pprot)
{
@@ -527,7 +527,7 @@
}
/******************************************************************************
- * CreateClassMoniker [OLE32.*]
+ * CreateClassMoniker [OLE32.@]
*/
HRESULT WINAPI CreateClassMoniker(REFCLSID rclsid, IMoniker ** ppmk)
{
reactos/lib/ole32
diff -u -r1.2 -r1.3
--- regsvr.c 2 Jan 2004 19:49:45 -0000 1.2
+++ regsvr.c 11 Mar 2004 21:46:41 -0000 1.3
@@ -500,7 +500,7 @@
},
{ &IID_IPersistStorage,
"IPersistStorage",
- NULL,
+ &IID_IPersist,
10,
NULL,
&CLSID_PSFactoryBuffer