include: Add __WINE_ALLOC_SIZE to the definition of FNALLOC.
This commit is contained in:
parent
b830a46dfb
commit
9d509c0383
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ typedef struct {
|
|||
/**********************************************************************/
|
||||
|
||||
typedef void * (__WINE_ALLOC_SIZE(1) __cdecl *PFNALLOC)(ULONG cb);
|
||||
#define FNALLOC(fn) void * __cdecl fn(ULONG cb)
|
||||
#define FNALLOC(fn) void * __WINE_ALLOC_SIZE(1) __cdecl fn(ULONG cb)
|
||||
|
||||
typedef void (__cdecl *PFNFREE)(void *pv);
|
||||
#define FNFREE(fn) void __cdecl fn(void *pv)
|
||||
|
|
Loading…
Add table
Reference in a new issue