Commit cf1c69c0 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

include: Annotate CFP_(RE)ALLOCPROC with __WINE_ALLOC_SIZE.

parent 8f600049
......@@ -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
......
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