ReactOS 0.4.15-dev-7906-g1b85a5f
RtlAvlTree.c
Go to the documentation of this file.
1/* this is a little hacky, but better than duplicating the code (for now) */
2#define RTL_USE_AVL_TABLES
3#define Test_RtlSplayTree Test_RtlAvlTree
4#include "RtlSplayTree.c"