Sync to Wine-20040309:
authorGé van Geldorp <ge@gse.nl>
Thu, 11 Mar 2004 21:46:41 +0000 (21:46 +0000)
committerGé van Geldorp <ge@gse.nl>
Thu, 11 Mar 2004 21:46:41 +0000 (21:46 +0000)
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.

svn path=/trunk/; revision=8652

reactos/lib/ole32/ifs.c
reactos/lib/ole32/moniker.c
reactos/lib/ole32/regsvr.c

index f9a811f..2850651 100644 (file)
@@ -34,7 +34,7 @@
 
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(ole);
+WINE_DEFAULT_DEBUG_CHANNEL(olemalloc);
 
 /******************************************************************************
  *     IMalloc32 implementation
@@ -596,7 +596,7 @@ HRESULT WINAPI CoRegisterMallocSpy(LPMALLOCSPY pMallocSpy)
  *           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)
index d226a2c..f5cbcaf 100644 (file)
@@ -467,7 +467,7 @@ HRESULT WINAPI RunningObjectTableImpl_GetObjectIndex(RunningObjectTableImpl* Thi
 }
 
 /******************************************************************************
- *             GetRunningObjectTable   [OLE2.@]
+ *             GetRunningObjectTable (OLE2.30)
  */
 HRESULT WINAPI GetRunningObjectTable16(DWORD reserved, LPRUNNINGOBJECTTABLE *pprot)
 {
@@ -527,7 +527,7 @@ HRESULT WINAPI MkParseDisplayName(LPBC pbc, LPCOLESTR szUserName,
 }
 
 /******************************************************************************
- *              CreateClassMoniker        [OLE32.*]
+ *              CreateClassMoniker        [OLE32.@]
  */
  HRESULT WINAPI CreateClassMoniker(REFCLSID rclsid, IMoniker ** ppmk)
  {
index 69f2d43..4c3ddf2 100644 (file)
@@ -500,7 +500,7 @@ static struct regsvr_interface const interface_list[] = {
     },
     {   &IID_IPersistStorage,
        "IPersistStorage",
-       NULL,
+       &IID_IPersist,
        10,
        NULL,
        &CLSID_PSFactoryBuffer