Commit in reactos/lib/ole32 on MAIN
ifs.c+2-21.4 -> 1.5
moniker.c+2-21.5 -> 1.6
regsvr.c+1-11.2 -> 1.3
+5-5
3 modified files
Sync to Wine-20040309:
Mike Hearn <mh@codeweavers.com>
- To reduce debugging noise, make IMalloc32/IMallocSpy implementations
  output to the new olemalloc debug channel.
Patrik Stridvall <ps@leissner.se>
- Fixed some issues found by winapi_check.
Alexandre Julliard
- Sync some of the dll registrations with the contents of
  winedefault.reg.

reactos/lib/ole32
ifs.c 1.4 -> 1.5
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
moniker.c 1.5 -> 1.6
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
regsvr.c 1.2 -> 1.3
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
CVSspam 0.2.8