mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
5 lines
172 B
C
5 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"
|