mirror of
https://github.com/reactos/reactos.git
synced 2025-04-29 10:39:07 +00:00
[PSDK] Update objbase.h. CORE-10912
svn path=/trunk/; revision=70894
This commit is contained in:
parent
ae74d4fba9
commit
c9e309bf60
1 changed files with 2 additions and 2 deletions
|
@ -363,7 +363,7 @@ __drv_allocatesMem(Mem)
|
|||
_Check_return_
|
||||
LPVOID
|
||||
WINAPI
|
||||
CoTaskMemAlloc(_In_ ULONG size) __WINE_ALLOC_SIZE(1);
|
||||
CoTaskMemAlloc(_In_ SIZE_T size) __WINE_ALLOC_SIZE(1);
|
||||
|
||||
void
|
||||
WINAPI
|
||||
|
@ -377,7 +377,7 @@ LPVOID
|
|||
WINAPI
|
||||
CoTaskMemRealloc(
|
||||
_In_opt_ __drv_freesMem(Mem) _Post_invalid_ LPVOID ptr,
|
||||
_In_ ULONG size);
|
||||
_In_ SIZE_T size);
|
||||
|
||||
HRESULT WINAPI CoRegisterMallocSpy(_In_ LPMALLOCSPY pMallocSpy);
|
||||
HRESULT WINAPI CoRevokeMallocSpy(void);
|
||||
|
|
Loading…
Reference in a new issue