Commit 73883f91 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

include: Annotate PERF_MEM_ALLOC with __WINE_ALLOC_SIZE.

parent 69a92659
......@@ -23,7 +23,7 @@
extern "C" {
#endif
typedef LPVOID (CDECL * PERF_MEM_ALLOC)(SIZE_T,LPVOID);
typedef void * (__WINE_ALLOC_SIZE(1) CDECL * PERF_MEM_ALLOC)(SIZE_T,void*);
typedef void (CDECL * PERF_MEM_FREE)(LPVOID,LPVOID);
typedef ULONG (WINAPI * PERFLIBREQUEST)(ULONG,PVOID,ULONG);
......
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