1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00

include: Annotate CFP_(RE)ALLOCPROC with __WINE_ALLOC_SIZE.

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

View File

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