Commit 37a7fab9 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

include: Correct definition of PRTL_AVL_ALLOCATE_ROUTINE.

parent 9fa54bf6
......@@ -165,7 +165,7 @@ typedef enum _RTL_GENERIC_COMPARE_RESULTS {
typedef RTL_GENERIC_COMPARE_RESULTS (WINAPI *PRTL_AVL_COMPARE_ROUTINE)(struct _RTL_AVL_TABLE *, void *, void *);
typedef void (WINAPI *PRTL_AVL_ALLOCATE_ROUTINE)(struct _RTL_AVL_TABLE *, LONG);
typedef void * (WINAPI *PRTL_AVL_ALLOCATE_ROUTINE)(struct _RTL_AVL_TABLE *, LONG);
typedef void (WINAPI *PRTL_AVL_FREE_ROUTINE )(struct _RTL_AVL_TABLE *, void *buffer);
......
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