mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
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. svn path=/trunk/; revision=8652
This commit is contained in:
parent
060aa03ca6
commit
14a834a699
3 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -500,7 +500,7 @@ static struct regsvr_interface const interface_list[] = {
|
|||
},
|
||||
{ &IID_IPersistStorage,
|
||||
"IPersistStorage",
|
||||
NULL,
|
||||
&IID_IPersist,
|
||||
10,
|
||||
NULL,
|
||||
&CLSID_PSFactoryBuffer
|
||||
|
|
Loading…
Reference in a new issue