include: Correct definition of PRTL_AVL_ALLOCATE_ROUTINE.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
master
Alex Henrie 2020-06-22 01:16:05 -06:00 committed by Alexandre Julliard
parent 9fa54bf690
commit 37a7fab9ed
1 changed files with 1 additions and 1 deletions

View File

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