include: Annotate WSDAllocateLinkedMemory with __WINE_(ALLOC_SIZE|MALLOC).
This commit is contained in:
parent
5f89b343b0
commit
803c616f7e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
#ifndef WSDUTIL_H
|
||||
#define WSDUTIL_H
|
||||
|
||||
void * WINAPI WSDAllocateLinkedMemory(void *pParent, SIZE_T cbSize);
|
||||
void * WINAPI WSDAllocateLinkedMemory(void *parent, SIZE_T size) __WINE_ALLOC_SIZE(2) __WINE_MALLOC;
|
||||
void WINAPI WSDAttachLinkedMemory(void *pParent, void *pChild);
|
||||
void WINAPI WSDDetachLinkedMemory(void *pVoid);
|
||||
void WINAPI WSDFreeLinkedMemory(void *pVoid);
|
||||
|
|
Loading…
Add table
Reference in a new issue