include: Annotate PFNALLOC with __WINE_ALLOC_SIZE.

This commit is contained in:
Alex Henrie 2023-08-11 16:56:52 -07:00 committed by Alexandre Julliard
parent 06be26daa1
commit 8f60004995

View file

@ -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);