include: Annotate GdipAlloc with __WINE_(DEALLOC|MALLOC).
This commit is contained in:
parent
5e943f6e1a
commit
dfb025c39e
1 changed files with 1 additions and 1 deletions
|
@ -25,8 +25,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
void* WINGDIPAPI GdipAlloc(SIZE_T) __WINE_ALLOC_SIZE(1);
|
||||
void WINGDIPAPI GdipFree(void*);
|
||||
void* WINGDIPAPI GdipAlloc(SIZE_T) __WINE_ALLOC_SIZE(1) __WINE_DEALLOC(GdipFree) __WINE_MALLOC;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue