2011-08-03 11:21:35 +00:00
|
|
|
/* this is a little hacky, but better than duplicating the code (for now) */
|
2011-08-05 09:44:20 +00:00
|
|
|
#define RTL_USE_AVL_TABLES
|
2011-08-03 11:21:35 +00:00
|
|
|
#define Test_RtlSplayTree Test_RtlAvlTree
|
|
|
|
#include "RtlSplayTree.c"
|