Commit dfb025c3 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

include: Annotate GdipAlloc with __WINE_(DEALLOC|MALLOC).

parent 5e943f6e
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment