Commit 8f600049 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

include: Annotate PFNALLOC with __WINE_ALLOC_SIZE.

parent 06be26da
......@@ -203,7 +203,7 @@ typedef struct {
/**********************************************************************/
typedef void * (__cdecl *PFNALLOC)(ULONG cb);
typedef void * (__WINE_ALLOC_SIZE(1) __cdecl *PFNALLOC)(ULONG cb);
#define FNALLOC(fn) void * __cdecl fn(ULONG cb)
typedef void (__cdecl *PFNFREE)(void *pv);
......
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