1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-05 18:51:22 +00:00
reactos/modules/rostests/kmtests/rtl/RtlAvlTree.c

4 lines
172 B
C

/* this is a little hacky, but better than duplicating the code (for now) */
#define RTL_USE_AVL_TABLES
#define Test_RtlSplayTree Test_RtlAvlTree
#include "RtlSplayTree.c"