include: Annotate CFP_(RE)ALLOCPROC with __WINE_ALLOC_SIZE.
This commit is contained in:
parent
8f60004995
commit
cf1c69c085
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef void *(__cdecl *CFP_ALLOCPROC)(size_t);
|
||||
typedef void *(__cdecl *CFP_REALLOCPROC)(void *, size_t);
|
||||
typedef void *(__WINE_ALLOC_SIZE(1) __cdecl *CFP_ALLOCPROC)(size_t);
|
||||
typedef void *(__WINE_ALLOC_SIZE(2) __cdecl *CFP_REALLOCPROC)(void *, size_t);
|
||||
typedef void (__cdecl *CFP_FREEPROC)(void *);
|
||||
|
||||
#define TTFCFP_SUBSET 0
|
||||
|
|
Loading…
Add table
Reference in a new issue